Commit 393a4a28 authored by Jondy Zhao's avatar Jondy Zhao

Change the place of cygwin setup.exe

parent 7b4033bd
......@@ -4,7 +4,7 @@ SETLOCAL
SET CYGWINHOME=%~1
SET CYGWINROOT="%~1\cygwin"
SET DOWNLOADPATH="%CYGWINHOME%\cygwin-packages"
SET SETUPFILE="%DOWNLOADPATH%\setup.exe"
SET SETUPFILE="%CYGWINHOME%\setup.exe"
SET OPTIONS=--no-shortcuts --no-startmenu --quiet-mode --no-verify
IF NOT "%2" == "" GOTO REMOTE_INSTALL
......
......@@ -32,6 +32,7 @@ Source: "opt\git\slapos.recipe.cmmi\dist\slapos.recipe.cmmi-0.1.tar.gz"; DestDir
Source: "opt\git\qooxdoo\application\playground\build\*"; DestDir: "{app}\cygwin\etc\slapos\desktop";
Source: "opt\git\qooxdoo\application\showcase\build\*"; DestDir: "{app}\cygwin\etc\slapos\node";
Source: "setup.exe"; DestDir: "{app}";
Source: "opt\git\slapos.package\windows\scripts\setup-cygwin.bat"; DestDir: "{app}";
Source: "cygwin\Cygwin-Terminal.ico"; DestDir: "{app}\images"; DestName: "terminal.ico";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment