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.
2 parents 6a82fa8 + 5fed708 commit 251a727Copy full SHA for 251a727
make-appimage.sh
@@ -16,6 +16,7 @@ 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'
20
21
# Deploy dependencies
22
quick-sharun /usr/bin/RMG /usr/lib/RMG
0 commit comments