Skip to content

Commit

Permalink
+1
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarashev committed Sep 30, 2024
1 parent 2cd46e4 commit 3925fd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,13 +189,14 @@ jobs:
# build-bin/notarize.sh $VERSION "BarD Software s.r.o" "--" staple
# rm build/*.dmg
#
- name: 'Build DMG package'
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- run: |
mkdir -p build
curl -o build/GanttProject.zip https://storage.googleapis.com/dl.ganttproject.biz/GanttProject.zip
cd build && unzip GanttProject.zip & cd ..
cd build && unzip GanttProject.zip && cd ..
pip install dmgbuild
dmgbuild -s build-cfg/dmgbuild.py "$MAC_APP_NAME" ./ganttproject-$VERSION-silicon.dmg
gsutil cp ./ganttproject-$VERSION-silicon.dmg gs://dl.ganttproject.biz && gsutil acl ch -u AllUsers:R gs://dl.ganttproject.biz/ganttproject-$VERSION-silicon.dmg;
Expand Down
1 change: 0 additions & 1 deletion ganttproject-builder/BUILD-HISTORY-MAJOR
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
2024-05-28 3309 again, now with macOS Intel in the workflow
2024-09-30 3312 Package deps for Ubuntu and new public key for updates
2024-09-30 3312 again, with update JRE and hopefully with notarized macOS Silicon
2024-09-30 3312 +1
--

0 comments on commit 3925fd4

Please sign in to comment.