summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphael Moll <ralf@android.com>2013-11-25 11:04:10 -0800
committerRaphael Moll <ralf@android.com>2013-11-25 11:04:10 -0800
commit4a4bd9876f10bdb92ec4c3ce4b05b0a299ce050b (patch)
treeed77a51784caa06bec1d0d195f1f0318f30a0036
parent3a50b93293211f3aa28d5b3dc0ca5b17c3757ef5 (diff)
downloadidea-4a4bd9876f10bdb92ec4c3ce4b05b0a299ce050b.tar.gz
Studio: add manual updater script for Windows.
Change-Id: I2f3c13ecd671275c40b2a2b6c665e73070bdd905
-rw-r--r--build/scripts/dist.gant6
1 files changed, 3 insertions, 3 deletions
diff --git a/build/scripts/dist.gant b/build/scripts/dist.gant
index ff3686aec713..dff8976a0f10 100644
--- a/build/scripts/dist.gant
+++ b/build/scripts/dist.gant
@@ -171,9 +171,6 @@ private layoutWin(Map _args, String home, Paths paths) {
ant.copy(file: "$home/../adt/idea/adt-branding/src/artwork/androidstudio.ico", tofile: "$target/bin/idea.ico")
- // The 0.1 launcher. We need to keep it around, as 0.1 clients link to it from Start Menu
- // ant.copy(file: "$home/../google/WinLauncher2/out/Release/WinLauncher2.exe", tofile: "$target/studio.exe")
-
// The 0.1.1 win launcher.
ant.copy( file: "$home/../adt/idea/native/WinLauncher/out/Release-Win32/studio.exe",
tofile: "$target/bin/studio.exe")
@@ -183,6 +180,9 @@ private layoutWin(Map _args, String home, Paths paths) {
tofile: "$target/bin/studio64.exe")
ant.copy( file: "$home/../adt/idea/native/WinLauncher/out/Release-x64/studio64.exe.manifest",
tofile: "$target/bin/studio64.exe.manifest")
+ // Manual updater script
+ ant.copy( file: "$home/../adt/idea/native/update_studio.bat",
+ tofile: "$target/bin/update_studio.bat")
winScripts(target, home, "studio.bat", args)
winVMOptions(target, args, "studio.exe", "studio64.exe")