We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
/usr/lib/RMG
1 parent cf0838a commit 09b83d4Copy full SHA for 09b83d4
make-appimage.sh
@@ -15,8 +15,10 @@ export DEPLOY_OPENGL=1
15
export DEPLOY_VULKAN=1
16
# libRMG-Core.so is hardcoded to /usr/lib/RMG but the library does not contain
17
# 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'
+export PATH_MAPPING='
+ /usr/lib/RMG:${SHARUN_DIR}/lib/RMG
20
+ /usr/share/RMG:${SHARUN_DIR}/share/RMG
21
+'
22
23
# Deploy dependencies
24
quick-sharun /usr/bin/RMG /usr/lib/RMG
0 commit comments