diff options
author | Littleboy | 2011-06-30 22:47:28 -0400 |
---|---|---|
committer | Littleboy | 2011-07-01 01:17:14 -0400 |
commit | db1ec4a42daf2d267b703598f7080d6c60712bd7 (patch) | |
tree | e759b485e5c7929a75fd6233e98b85ee99cfd85c | |
parent | ac165d6f19c1d701a545e5879f252957d2c48130 (diff) | |
download | scummvm-rg350-db1ec4a42daf2d267b703598f7080d6c60712bd7.tar.gz scummvm-rg350-db1ec4a42daf2d267b703598f7080d6c60712bd7.tar.bz2 scummvm-rg350-db1ec4a42daf2d267b703598f7080d6c60712bd7.zip |
TOOLS: Update NSIS script location
-rwxr-xr-x | devtools/update-version.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/update-version.pl b/devtools/update-version.pl index 788cbc7e40..169fba7788 100755 --- a/devtools/update-version.pl +++ b/devtools/update-version.pl @@ -39,7 +39,7 @@ my @subs_files = qw( dists/macosx/Info.plist dists/iphone/Info.plist dists/irix/scummvm.spec - dists/nsis/scummvm.nsi + dists/win32/scummvm.nsi dists/wii/meta.xml dists/android/AndroidManifest.xml dists/android/plugin-manifest.xml |