Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.package
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kasra Jamshidi
slapos.package
Commits
393a4a28
Commit
393a4a28
authored
May 04, 2013
by
Jondy Zhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change the place of cygwin setup.exe
parent
7b4033bd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
windows/scripts/setup-cygwin.bat
windows/scripts/setup-cygwin.bat
+1
-1
windows/scripts/slapos-all-in-one.iss
windows/scripts/slapos-all-in-one.iss
+1
-0
No files found.
windows/scripts/setup-cygwin.bat
View file @
393a4a28
...
...
@@ -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
...
...
windows/scripts/slapos-all-in-one.iss
View file @
393a4a28
...
...
@@ -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";
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment