Skip to content

Commit 9d69dce

Browse files
authored
Merge pull request #4 from pkgforge-dev/Samueru-sama-patch-1
use pathmap only now
2 parents a007505 + a2e90e5 commit 9d69dce

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

make-appimage.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ 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_HARDCODED='libRMG-Core.so*'
19-
export PATH_MAPPING='/usr/share/RMG:${SHARUN_DIR}/share/RMG'
18+
export PATH_MAPPING='
19+
/usr/share/RMG:${SHARUN_DIR}/share/RMG
20+
/usr/lib/RMG:${SHARUN_DIR}/lib/RMG
21+
'
2022

2123
# Deploy dependencies
2224
quick-sharun /usr/bin/RMG /usr/lib/RMG

0 commit comments

Comments
 (0)