File tree Expand file tree Collapse file tree 6 files changed +15
-7
lines changed
icons/hicolor/128x128/apps Expand file tree Collapse file tree 6 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 5
5
app_info :
6
6
id : com.github.AXeL-dev.silaty
7
7
name : Silaty
8
- icon : /usr/share/icons/hicolor/scalable/apps/ silaty.svg
8
+ icon : silaty
9
9
version : ' 1.4'
10
10
exec : /usr/local/bin/silaty-indicator
11
11
exec_args : $@
Original file line number Diff line number Diff line change @@ -13,7 +13,9 @@ cp -R audio AppDir/usr/share/silaty/
13
13
cp -R data AppDir/usr/share/silaty/
14
14
15
15
cp icons/hicolor/128x128/apps/silaty.svg AppDir/usr/share/icons/hicolor/scalable/apps/
16
- cp icons/hicolor/128x128/apps/silaty.svg.png AppDir/usr/share/icons/hicolor/scalable/apps/
16
+ cp icons/hicolor/128x128/apps/silaty.png AppDir/usr/share/icons/hicolor/scalable/apps/
17
+ cp icons/hicolor/128x128/apps/silaty.svg AppDir/usr/share/icons/
18
+ cp icons/hicolor/128x128/apps/silaty.png AppDir/usr/share/icons/
17
19
chmod 644 AppDir/usr/share/icons/hicolor/scalable/apps/silaty.svg
18
20
19
21
cp icons/hicolor/128x128/apps/silaty.svg AppDir/usr/share/icons/hicolor/128x128/apps/
Original file line number Diff line number Diff line change
1
+ #! /bin/bash
2
+
3
+ if [ " $( id -u) " != " 0" ]; then
4
+ echo “This script must be run as root” 2>&1
5
+ exit 1
6
+ fi
7
+
8
+ sed -i ' /raise RuntimeError(.*/i \ return "x86_64"' /usr/local/lib/python3.6/dist-packages/appimagebuilder/common/elf.py
Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ appimage-builder --skip-test --skip-appimage
7
7
gdk-pixbuf-query-loaders > AppDir/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache
8
8
9
9
# For test purpose
10
- AppDir/AppRun
10
+ # AppDir/AppRun
11
11
12
- cp silaty.desktop AppDir/
13
-
14
- # appimage-builder --skip-test --skip-build
12
+ appimage-builder --skip-test --skip-build
File renamed without changes.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Version=1.0
3
3
Name =Silaty
4
4
Comment =A neat prayer reminder application
5
5
Exec =/usr/local/bin/silaty-indicator
6
- Icon =/usr/share/icons/hicolor/scalable/apps/ silaty.svg
6
+ Icon =silaty
7
7
Terminal =false
8
8
StartupNotify =true
9
9
Type =Application
You can’t perform that action at this time.
0 commit comments