We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 661e43c commit 2f993e2Copy full SHA for 2f993e2
.github/workflows/ci.yml
@@ -155,7 +155,7 @@ jobs:
155
- name: Prepare AppDir
156
if: matrix.os.NAME == 'linux'
157
run: |
158
- mkdir -p AppDir/usr/bin AppDir/usr/share/icons/hicolor/256x256/apps
+ mkdir -p AppDir/usr/bin AppDir/usr/share/icons/hicolor/256x256/apps AppDir/usr/share/applications
159
cp target/optimized/bob AppDir/usr/bin/
160
# Ensure you have an icon at resources/bob.png or adjust the path
161
cp resources/bob.png AppDir/usr/share/icons/hicolor/256x256/apps/bob.png
0 commit comments