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 164c451 commit 2e43a7bCopy full SHA for 2e43a7b
.github/workflows/ci.yml
@@ -157,7 +157,7 @@ jobs:
157
run: |
158
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
- cp resources/bob.png AppDir/usr/share/icons/hicolor/256x256/apps/bob.png
+ # cp resources/bob.png AppDir/usr/share/icons/hicolor/256x256/apps/bob.png
161
cat <<EOF > AppDir/bob.desktop
162
[Desktop Entry]
163
Name=Bob Neovim Manager
0 commit comments