Skip to content

Commit 2f993e2

Browse files
test
1 parent 661e43c commit 2f993e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
- name: Prepare AppDir
156156
if: matrix.os.NAME == 'linux'
157157
run: |
158-
mkdir -p AppDir/usr/bin AppDir/usr/share/icons/hicolor/256x256/apps
158+
mkdir -p AppDir/usr/bin AppDir/usr/share/icons/hicolor/256x256/apps AppDir/usr/share/applications
159159
cp target/optimized/bob AppDir/usr/bin/
160160
# Ensure you have an icon at resources/bob.png or adjust the path
161161
cp resources/bob.png AppDir/usr/share/icons/hicolor/256x256/apps/bob.png

0 commit comments

Comments
 (0)