Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog-crabnebula committed Sep 4, 2024
1 parent 33fa66c commit 832e371
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/packager/src/package/appimage/appimage
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ cp -r ../appimage_deb/data/* "{{app_name}}.AppDir"
cd "{{app_name}}.AppDir"
mkdir -p "usr/bin"
mkdir -p "usr/lib"
mkdir -p "usr/lib64"

# Copy libs. Follow symlinks in case `/usr/lib64` is a symlink to `/usr/lib`
{{#each libs}}
Expand Down

0 comments on commit 832e371

Please sign in to comment.