mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-03 12:31:15 +00:00
Cleaning
This commit is contained in:
parent
3815538adb
commit
7138d1c117
@ -15,13 +15,13 @@ export LD_LIBRARY_PATH="build/source/lib:$LD_LIBRARY_PATH"
|
|||||||
# ├── libSDL3.so.0 -> libSDL3.so.0.3.0 # Not important if available on the system
|
# ├── libSDL3.so.0 -> libSDL3.so.0.3.0 # Not important if available on the system
|
||||||
# └── libSDL3.so.0.3.0 # Not important if available on the system
|
# └── libSDL3.so.0.3.0 # Not important if available on the system
|
||||||
# Can also be defined using --build=path
|
# Can also be defined using --build=path
|
||||||
BUILD_SOURCE=../../source
|
BUILD_SOURCE=source
|
||||||
|
|
||||||
# Sets where AppRun for AppImage is, can also be defined using --apprun=path
|
# Sets where AppRun for AppImage is, can also be defined using --apprun=path
|
||||||
APPRUN_SOURCE=AppRun
|
APPRUN_SOURCE=AppRun
|
||||||
|
|
||||||
# Sets where desktop file for AppImage is, can also be defined using --desktop-file=path
|
# Sets where desktop file for AppImage is, can also be defined using --desktop-file=path
|
||||||
DESKTOP_FILE_SOURCE=isle-portable.desktop
|
DESKTOP_FILE_SOURCE=isledecomp.desktop
|
||||||
|
|
||||||
# You know the drill
|
# You know the drill
|
||||||
ICON_SOURCE=../../icons/isle.svg
|
ICON_SOURCE=../../icons/isle.svg
|
||||||
@ -52,8 +52,8 @@ prepare(){
|
|||||||
download build/tools/linuxdeploy-plugin-qt.AppImage https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/latest/download/linuxdeploy-plugin-qt-$(uname -m).AppImage
|
download build/tools/linuxdeploy-plugin-qt.AppImage https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/latest/download/linuxdeploy-plugin-qt-$(uname -m).AppImage
|
||||||
chmod u+x build/tools/linuxdeploy-plugin-qt.AppImage
|
chmod u+x build/tools/linuxdeploy-plugin-qt.AppImage
|
||||||
|
|
||||||
if [ ! -f "build/assets/isle-portable.desktop" ]; then
|
if [ ! -f "build/assets/isledecomp.desktop" ]; then
|
||||||
cp $DESKTOP_FILE_SOURCE build/assets/isle-portable.desktop
|
cp $DESKTOP_FILE_SOURCE build/assets/isledecomp.desktop
|
||||||
cp $APPRUN_SOURCE build/assets/AppRun
|
cp $APPRUN_SOURCE build/assets/AppRun
|
||||||
cp ../../icons/isle.svg build/assets/isle.svg
|
cp ../../icons/isle.svg build/assets/isle.svg
|
||||||
fi
|
fi
|
||||||
@ -68,7 +68,7 @@ compile(){
|
|||||||
--plugin qt \
|
--plugin qt \
|
||||||
-e build/source/bin/isle \
|
-e build/source/bin/isle \
|
||||||
-e build/source/bin/isle-config \
|
-e build/source/bin/isle-config \
|
||||||
-d build/assets/isle-portable.desktop \
|
-d build/assets/isledecomp.desktop \
|
||||||
-i build/assets/isle.svg \
|
-i build/assets/isle.svg \
|
||||||
--custom-apprun=AppRun \
|
--custom-apprun=AppRun \
|
||||||
--appdir=build/AppDir
|
--appdir=build/AppDir
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user