-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathqup.txt
35 lines (25 loc) · 774 Bytes
/
qup.txt
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
# Qup definitions file.
# Visit https://github.com/textbrowser/qup.
# Sorted order of keys is required.
[General]
file = qup.png
file_destination = .
url = https://github.com/textbrowser/qup/releases/download/qup
[MacOS]
executable = Qup_Intel.app.zip
local_executable = Qup.app
url = https://github.com/textbrowser/qup/releases/download/qup
[Unix]
desktop = ./qup.desktop
executable = Qup_PiOS_12_ARM
executable = Qup_PiOS_12_ARM64
executable = Qup_Ubuntu_16_PowerPC
executable = Qup_Ubuntu_24_AMD64
local_executable = Qup
shell = ./qup.sh
url = https://github.com/textbrowser/qup/releases/download/qup
[Windows]
executable = Qup_Intel.exe
local_executable = Qup.exe
url = https://github.com/textbrowser/qup/releases/download/qup
# End of file. Required comment.