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 584163b commit 2cd46e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ jobs:
curl -o build/GanttProject.zip https://storage.googleapis.com/dl.ganttproject.biz/GanttProject.zip
cd build && unzip GanttProject.zip & cd ..
pip install dmgbuild
dmgbuild -s dmgbuild.py "$MAC_APP_NAME" ./ganttproject-$VERSION-silicon.dmg
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;
# macOS_intel:
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 @@ -3,5 +3,4 @@
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
2024-09-30 3312 +1
--

0 comments on commit 2cd46e4

Please sign in to comment.