Skip to content

Commit 5fed708

Browse files
authored
kek we need BOTH methods
1 parent 09b83d4 commit 5fed708

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

make-appimage.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,8 @@ export DEPLOY_OPENGL=1
1515
export DEPLOY_VULKAN=1
1616
# libRMG-Core.so is hardcoded to /usr/lib/RMG but the library does not contain
1717
# the string '/usr/lib/RMG', it contains '/usr/libL' instead with a capital L
18-
export PATH_MAPPING='
19-
/usr/lib/RMG:${SHARUN_DIR}/lib/RMG
20-
/usr/share/RMG:${SHARUN_DIR}/share/RMG
21-
'
18+
export PATH_MAPPING_HARDCODED='libRMG-Core.so*'
19+
export PATH_MAPPING='/usr/share/RMG:${SHARUN_DIR}/share/RMG'
2220

2321
# Deploy dependencies
2422
quick-sharun /usr/bin/RMG /usr/lib/RMG

0 commit comments

Comments
 (0)