Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
client
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
2
Merge Requests
0
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
2e9ffd36
authored
9 years ago
by
Csók Tamás
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
client: szóköz javítás
parent
4c25b17c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
src/nsi/installer/install.cmd
+7
-7
No files found.
src/nsi/installer/install.cmd
View file @
2e9ffd36
...
...
@@ -4,20 +4,20 @@ setLocal EnableDelayedExpansion
rem Get the running directory for later ease of use
SET running_directory=%~dp0
rem Set where this file will install the rest of the files
IF NOT
"%1"==""
(
IF NOT
[%1]==[]
(
SET "location=%1"
SET install_location=!location:"=!
) else (
SET "install_location=%APPDATA%\CIRCLE"
)
rem Set whether we want output info on screen or not
IF NOT
"%2"==""
(
IF NOT
[%2]==[]
(
SET "output_on_screen=%2"
) else (
SET "output_on_screen=True"
)
rem Set whether we want to install NX Client or not
IF NOT
"%3"==""
(
IF NOT
[%3]==[]
(
SET "install_nx=%3"
) else (
SET "install_nx=False"
...
...
@@ -28,28 +28,28 @@ if NOT "!install_nx!"=="False" (
rem Set which website should the icon point to
SET "site=^"http://cloud.bme.hu/^""
IF NOT
"%4"==""
(
IF NOT
[%4]==[]
(
SET site=%4
)
SET my_site=!site:"=!
SET "website= -t ^"!my_site!^""
rem Set Python bit count (32 or 64) if we know it
IF NOT
"%5"==""
(
IF NOT
[%5]==[]
(
SET "architecture=%5"
) else (
SET "architecture="
)
rem Set Python version if we know it
IF NOT
"%6"==""
(
IF NOT
[%6]==[]
(
SET "version=%6"
) else (
SET "version="
)
rem Set Python location if we know it
IF NOT
"%7"==""
(
IF NOT
[%7]==[]
(
SET "python_location=%7"
SET install_path=!python_location:"=!
) else (
...
...
This diff is collapsed.
Click to expand it.
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