Type in launcher-setup

This commit is contained in:
Micah Lee 2022-10-07 13:26:38 -07:00
parent e9b9d2da2d
commit cb5415a337
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -56,7 +56,7 @@ parts:
ORIG_IFS=\$IFS
LIB_BASE=\$(for D in \$LD_LIBRARY_PATH; do echo \$D; done | grep \$SNAP/usr/lib/)
IFS=\$ORIGIN_IFS
export QT_PLUGIN_PATH=$LIB_BASE/qt5/plugins
export QT_PLUGIN_PATH=\$LIB_BASE/qt5/plugins
EOF
cat > $SNAPCRAFT_PART_INSTALL/bin/onionshare-launcher << EOF