File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -116,9 +116,9 @@ jobs:
116116 scoop bucket add extras
117117 scoop install nsis
118118 - name : Print NSIS version
119- run : makensis -VERSION
119+ run : C:\Users\runneradmin\scoop\shims\ makensis -VERSION
120120 - name : Print NSIS compile flags
121- run : makensis -HDRINFO
121+ run : C:\Users\runneradmin\scoop\shims\ makensis -HDRINFO
122122
123123 - name : Prepare files for NSIS
124124 run : |
@@ -129,7 +129,7 @@ jobs:
129129 - name : Build NSIS package
130130 run : |
131131 cd ganttproject-builder\dist-win
132- makensis ganttproject.nsi
132+ C:\Users\runneradmin\scoop\shims\ makensis ganttproject.nsi
133133 dir
134134 mv ganttproject-$env:VERSION.exe ..\..\build
135135
@@ -187,7 +187,7 @@ jobs:
187187 gsutil cp ./ganttproject-$VERSION-silicon.dmg gs://dl.ganttproject.biz && gsutil acl ch -u AllUsers:R gs://dl.ganttproject.biz/ganttproject-$VERSION-silicon.dmg;
188188
189189 macOS_intel :
190- runs-on : macos-13
190+ runs-on : macos-15-intel
191191 steps :
192192 - uses : actions/checkout@v3
193193 - name : Checkout submodules
Original file line number Diff line number Diff line change 10102025-01-29 3316 fixed issue 2569, added group to MSI silent
11112025-07-04 3390 Test build of GanttProject 3.4 Beta I ....
12122026-01-16 3390 Test build of GanttProject 3.4 Beta I ....
13+ 2026-01-17 3390 Test build of GanttProject 3.4 Beta I
1314--
You can’t perform that action at this time.
0 commit comments