-
Notifications
You must be signed in to change notification settings - Fork 3
/
.env.ci
45 lines (41 loc) · 862 Bytes
/
.env.ci
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Universal arguments
FILENAME=hello-world-gtk
APPNAME="Hello World"
ID=org.example.HelloWorldGTK
AUTHOR="Author Name"
DESCRIPTION="Hello World GTK"
VERSION=1.0.2
LICENSE=LICENSE
REQUIREMENTS=requirements.txt
# Windows-specific arguments
WINDOWS_ICON=windows/org.example.HelloWorldGTK.ico
# macOS-specific arguments
MACOS_ICON=macos/org.example.HelloWorldGTK.icns
# Linux-specific arguments
LINUX_ICON=linux/org.example.HelloWorldGTK.png
APPDATA=linux/org.example.HelloWorldGTK.appdata.xml
# Linux desktop file arguments
Type=Application
Version=
Name="${APPNAME}"
GenericName=
NoDisplay=
Comment="${DESCRIPTION}"
Icon="${ID}"
Hidden=
OnlyShowIn=
DBusActivatable=
TryExec=
Exec="${FILENAME}"
Path=
Terminal=false
Actions=
MimeType=
Categories="Utility"
Implements=
Keywords=
StartupNotify=
StartupWMClass="${ID}"
URL=
PrefersNonDefaultGPU=
SingleMainWindow=