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 e31669c commit 584163b
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 @@ -193,7 +193,8 @@ jobs:
with:
python-version: '3.10'
- run: |
curl https://storage.googleapis.com/dl.ganttproject.biz/GanttProject.zip > build/GanttProject.zip
mkdir -p build
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
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 @@ -4,5 +4,4 @@
2024-09-30 3312 again, with update JRE and hopefully with notarized macOS Silicon
2024-09-30 3312 +1
2024-09-30 3312 +1
2024-09-30 3312 +1
--

0 comments on commit 584163b

Please sign in to comment.