mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 06:15:37 +03:00
parent
afd0acd4a7
commit
7e7209d29a
@ -1 +1 @@
|
||||
1.8.2
|
||||
1.8.3-dev
|
||||
|
@ -20,8 +20,8 @@ if ($^O eq "linux" || $^O eq "darwin")
|
||||
Build::Command("flip -u support/versionchanger.pl");
|
||||
Build::Command("chmod +x support/versionchanger.pl");
|
||||
}
|
||||
#Build::Command(Build::PathFormat('support/versionchanger.pl') . ' --buildstring="-dev"');
|
||||
Build::Command(Build::PathFormat('support/versionchanger.pl'));
|
||||
Build::Command(Build::PathFormat('support/versionchanger.pl') . ' --buildstring="-dev"');
|
||||
#Build::Command(Build::PathFormat('support/versionchanger.pl'));
|
||||
|
||||
my $DEVENV = "C:\\Windows\\Microsoft.NET\\Framework\\v4.0.30319\\MSBuild.exe";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user