Page Menu
Home
Phabricator (Chris)
Search
Configure Global Search
Log In
Files
F130667
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
834 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/make_appimage.sh b/make_appimage.sh
index 4980ec7..7f7df63 100644
--- a/make_appimage.sh
+++ b/make_appimage.sh
@@ -1,19 +1,19 @@
#!/bin/sh
[ -f "linuxdeploy-x86_64.AppImage" ] || wget https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage
chmod 755 linuxdeploy-x86_64.AppImage
rm -rf CMakeCache.txt CMakeFiles
mkdir build
cd build
rm -rf CMakeCache.txt CMakeFiles
-cmake .. -DCMAKE_INSTALL_PREFIX=/usr
+cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
make -j 4
../linuxdeploy-x86_64.AppImage --appdir AppDir
make install DESTDIR=AppDir
cp ../AppRun AppDir/
cp ../deerportal.desktop AppDir
cp ../assets/img/deerportal.png AppDir
sed -i '/Exec/d' AppDir/deerportal.desktop
../linuxdeploy-x86_64.AppImage --appdir AppDir --output appimage
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Mon, Jun 15, 11:33 PM (2 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
72168
Default Alt Text
(834 B)
Attached To
Mode
R82 deerportal
Attached
Detach File
Event Timeline