Skip to content

Commit 251a727

Browse files
authored
Merge pull request #3 from pkgforge-dev/debug
fix RMG access to `/usr/share/RMG`
2 parents 6a82fa8 + 5fed708 commit 251a727

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

make-appimage.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ 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
1818
export PATH_MAPPING_HARDCODED='libRMG-Core.so*'
19+
export PATH_MAPPING='/usr/share/RMG:${SHARUN_DIR}/share/RMG'
1920

2021
# Deploy dependencies
2122
quick-sharun /usr/bin/RMG /usr/lib/RMG

0 commit comments

Comments
 (0)