Skip to content

Commit

Permalink
file name bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarashev committed Jul 12, 2023
1 parent e166f2f commit 35bfd4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ jobs:
- name: Build DMG
run: |
pip install "dmgbuild"
mv "build/$MAC_APP_NAME" build/GanttProject.app
dmgbuild -s build-cfg/dmgbuild.py "$MAC_APP_NAME" build/ganttproject-$VERSION.dmg
- id: 'auth'
Expand Down
3 changes: 2 additions & 1 deletion build-bin/package-mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ test_runtime || (build_runtime && test_runtime)
#(cd .. && rm -rf ganttproject-$VERSION && unzip ganttproject-$VERSION.zip && rm -rf /tmp/plugins/ && rm -rf ganttproject/build/GanttProject.app/ )
mv "${INPUT}"/plugins tmp
jpackage --type app-image \
--name "${APP_NAME}" \
--name "GanttProject" \
--input "${INPUT}" \
--dest "${OUTPUT}" \
--java-options "-Dapple.laf.useScreenMenuBar=true
Expand Down Expand Up @@ -63,6 +63,7 @@ jpackage --type app-image \
--arguments '--version-dirs plugins:~/.ganttproject.d/updates' \
--arguments '--app net.sourceforge.ganttproject.GanttProject' \
--copyright 'Copyright (C) 2023 BarD Software s.r.o.' \
--vendor 'BarD Software s.r.o.' \
--app-version "${VERSION}" \
--runtime-image "${OUTPUT}"/runtime \
--icon build-cfg/ganttproject.icns \
Expand Down

0 comments on commit 35bfd4d

Please sign in to comment.