Skip to content

Commit 88d9042

Browse files
Merge pull request #481 from SimonC4/RemoveLinux32Bit
Remove 32-bit Linux Support.
2 parents 1c9eac5 + e469e44 commit 88d9042

File tree

3 files changed

+1
-30
lines changed

3 files changed

+1
-30
lines changed

config/gradle/jre.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ def jreVersion = '8u212'
1919
def jreUrlBase = "https://download.bell-sw.com/java/$jreVersion/bellsoft-jre$jreVersion"
2020
def jreUrlFilenames = [
2121
lwjreLinux64 : 'linux-amd64.tar.gz',
22-
lwjreLinux : 'linux-i586.tar.gz',
2322
lwjre : 'windows-i586.zip',
2423
lwjreOSX : 'macos-amd64.zip'
2524
]

launcher/sol.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
lwjreLinux/bin/java -jar libs/solDesktop.jar
1+
lwjreLinux64/bin/java -jar libs/solDesktop.jar

steam/ContentBuilder/scripts/depot_build_342983.vdf

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,6 @@
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
@@ -54,19 +39,6 @@
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

0 commit comments

Comments
 (0)