Fix package script with significant help from Drifter.

This commit is contained in:
Kyle Sanderson
2015-01-18 19:31:05 -08:00
parent 370957479e
commit 6558e1b71f
+2 -2
View File
@@ -55,10 +55,10 @@ else
} }
#Switch to the output folder. #Switch to the output folder.
chdir(Build::PathFormat('../../../OUTPUT/package')); chdir(Build::PathFormat('../build/package'));
my ($dirlist, $filename, $cmd); my ($dirlist, $filename, $cmd);
$dirlist = "../addons"; $dirlist = "addons";
$filename = 'SteamWorks' . $version; $filename = 'SteamWorks' . $version;
if ($^O eq "linux") if ($^O eq "linux")