File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
# Add winetricks
8
8
- wget -q "https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks" -P ./AppDir/bin && chmod +x ./AppDir/bin/winetricks
9
9
# Copy App icon to AppDir/usr/share/icons needed prior to appimage-builder ver 1.x.x
10
- - mkdir -p AppDir/usr/share/icons ; cp wine.svg AppDir/usr/share/icons
10
+ - mkdir -p AppDir/usr/share/icons AppDir/usr/lib64 ; cp wine.svg AppDir/usr/share/icons
11
11
# Add static appimage runtime
12
12
- cp runtime/runtime-x86_64 appimage-build/prime/runtime-x86_64
13
13
# Add config
Original file line number Diff line number Diff line change 7
7
# Add winetricks
8
8
- wget -q "https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks" -P ./AppDir/bin && chmod +x ./AppDir/bin/winetricks
9
9
# Copy App icon to AppDir/usr/share/icons needed prior to appimage-builder ver 1.x.x
10
- - mkdir -p AppDir/usr/share/icons ; cp wine.svg AppDir/usr/share/icons
10
+ - mkdir -p AppDir/usr/share/icons AppDir/usr/lib64 ; cp wine.svg AppDir/usr/share/icons
11
11
# Add static appimage runtime
12
12
- cp runtime/runtime-x86_64 appimage-build/prime/runtime-x86_64
13
13
# Add config
You can’t perform that action at this time.
0 commit comments