Skip to content

Commit d99c95e

Browse files
committed
One more test build of GP 3.4 Beta I
1 parent 7e8fde4 commit d99c95e

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/build-packages.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

ganttproject-builder/BUILD-HISTORY-MAJOR

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@
1010
2025-01-29 3316 fixed issue 2569, added group to MSI silent
1111
2025-07-04 3390 Test build of GanttProject 3.4 Beta I ....
1212
2026-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
--

0 commit comments

Comments
 (0)