File tree Expand file tree Collapse file tree 3 files changed +1
-30
lines changed
steam/ContentBuilder/scripts Expand file tree Collapse file tree 3 files changed +1
-30
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ def jreVersion = '8u212'
1919def jreUrlBase = " https://download.bell-sw.com/java/$jreVersion /bellsoft-jre$jreVersion "
2020def jreUrlFilenames = [
2121 lwjreLinux64 : ' linux-amd64.tar.gz' ,
22- lwjreLinux : ' linux-i586.tar.gz' ,
2322 lwjre : ' windows-i586.zip' ,
2423 lwjreOSX : ' macos-amd64.zip'
2524]
Original file line number Diff line number Diff line change 1- lwjreLinux /bin/java -jar libs/solDesktop.jar
1+ lwjreLinux64 /bin/java -jar libs/solDesktop.jar
Original file line number Diff line number Diff line change 1010 / / the location of this script file, which probably isn't what you want
1111 " ContentRoot" " "
1212
13- / / include all files recursivley
14- " FileMapping"
15- {
16- / / This can be a full path, or a path relative to ContentRoot
17- " LocalPath" " lwjreLinux\*"
18-
19- / / This is a path relative to the install folder of your game
20- " DepotPath" " lwjreLinux\"
21-
22- // If LocalPath contains wildcards, setting this means that all
23- // matching files within subdirectories of LocalPath will also
24- // be included.
25- " recursive" " 1"
26- }
27-
2813 " FileMapping"
2914 {
3015 / / This can be a full path, or a path relative to ContentRoot
5439 " recursive" " 1"
5540 }
5641
57- " FileMapping"
58- {
59- / / This can be a full path, or a path relative to ContentRoot
60- " LocalPath" " sol64.sh"
61-
62- / / This is a path relative to the install folder of your game
63- " DepotPath" " ."
64-
65- / / If LocalPath contains wildcards, setting this means that all
66- / / matching files within subdirectories of LocalPath will also
67- / / be included.
68- " recursive" " 0"
69- }
7042
7143 / / but exclude all symbol files
7244 / / This can be a full path, or a path relative to ContentRoot
You can’t perform that action at this time.
0 commit comments