Page Menu
Home
Phabricator (Chris)
Search
Configure Global Search
Log In
Files
F132793
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
1010 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/make_appimage.sh b/make_appimage.sh
index 9b8bdb4..f7712ff 100644
--- a/make_appimage.sh
+++ b/make_appimage.sh
@@ -1,21 +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 -DCMAKE_BUILD_TYPE=Release
make -j 4
../linuxdeploy-x86_64.AppImage --appdir AppDir
make install DESTDIR=AppDir
cp ../AppRun AppDir/
-#cp ../deerportal.desktop AppDir/net.devcarpet.deerportal.desktop
-#cp ../assets/img/deerportal.png AppDir
mkdir -p AppDir/usr/share/metainfo/
cp ../net.devcarpet.deerportal.appdata.xml AppDir/usr/share/metainfo/
sed -i '/Exec/d' AppDir/deerportal.desktop
../linuxdeploy-x86_64.AppImage --appdir AppDir --output appimage -i ../assets/img/deerportal.png -d ../net.devcarpet.deerportal.desktop
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Tue, Jun 16, 1:01 AM (2 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
72640
Default Alt Text
(1010 B)
Attached To
Mode
R82 deerportal
Attached
Detach File
Event Timeline