Skip to content

Commit

Permalink
Disable moving lib in usr
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDoctorDE committed Feb 7, 2024
1 parent cfa9088 commit 45bbb1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/AppImageBuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ script:
- rm -rf AppDir || true
- cp -r build/linux/x64/release/bundle AppDir
- mkdir -p AppDir/usr/share/icons/hicolor/64x64/apps/
- mv AppDir/lib/ AppDir/usr/
# - mv AppDir/lib/ AppDir/usr/
- cp linux/debian/usr/share/icons/hicolor AppDir/usr/share/icons/hicolor -r
AppDir:
path: ./AppDir
Expand Down

0 comments on commit 45bbb1a

Please sign in to comment.