Skip to content

Commit

Permalink
add icon file for osx
Browse files Browse the repository at this point in the history
  • Loading branch information
someretical committed Jan 10, 2022
1 parent dfd4a3e commit 9e515c6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ jobs:
- name: macdeployqt
id: macdeploy
run: |
export FIRST_NAME="TheoreticalDiary-v$(cat text/VERSION.txt)-x86_64"
echo ::set-output name=first_name::${FIRST_NAME}
macdeployqt TheoreticalDiary.app
export FULL_NAME="TheoreticalDiary-v$(cat text/VERSION.txt)-x86_64.app"
echo ::set-output name=full_name::${FULL_NAME}
macdeployqt TheoreticalDiary.app -verbose=2
- name: Upload to Github
uses: actions/upload-artifact@v2
with:
name: ${{steps.macdeploy.outputs.first_name}}
name: ${{steps.macdeploy.outputs.full_name}}
path: TheoreticalDiary.app
Binary file added images/osx_icons/icons.icns
Binary file not shown.
2 changes: 2 additions & 0 deletions theoreticaldiary.pro
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ macx:LIBS += \

QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.15

ICON = images/osx_icons/icons.icns

win32:LIBS += \
-l"external-libs/cryptopp/cryptlib"

Expand Down

0 comments on commit 9e515c6

Please sign in to comment.