-
Notifications
You must be signed in to change notification settings - Fork 4
/
getdown.txt
37 lines (29 loc) · 1013 Bytes
/
getdown.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
36
37
# where our app is hosted on the internets
appbase = https://samskivert.com/code/testapp
# the jar file that contains our code
code = testapp.jar
# include the latest copy of getdown; app checks at startup whether it should upgrade getdown
code = getdown-new.jar
# the main entry point of our app
class = com.threerings.testapp.TestApp
# we pass the appdir to our app so that it can upgrade getdown
apparg = %APPDIR%
# test the %env% mechanism
jvmarg = -Dusername=\%ENV.USER%
strict_comments = true
resource = funny%test dir/some=file.txt
resource = crazyhashfile#txt
uresource = foo.jar
xresource = script.sh
ui.name = Getdown Test App
ui.background_image = background.png
ui.progress = 17, 321, 458, 22
ui.progress_bar = 336600
ui.progress_text = FFFFFF
ui.status = 57, 245, 373, 68
ui.status_text = 000000
# java_min_version = 1080112
# java_exact_version_required = true
# java_location = [windows] java_windows.jar
# java_location = [mac os x] java_macos.jar
# java_location = [linux] java_linux.jar