Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
celllframe-node
Manage
Activity
Members
Labels
Plan
Issues
5
Issue boards
Milestones
Code
Merge requests
17
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cellframe
celllframe-node
Commits
ba6edfee
Commit
ba6edfee
authored
9 months ago
by
Dmitry Puzyrkov
Browse files
Options
Downloads
Patches
Plain Diff
[*] win installer renames cellframe-node to exe on exit.
parent
4cc43c4c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
os/windows/cellframe-node.nsis
+9
-2
9 additions, 2 deletions
os/windows/cellframe-node.nsis
with
9 additions
and
2 deletions
os/windows/cellframe-node.nsis
+
9
−
2
View file @
ba6edfee
...
...
@@ -102,9 +102,11 @@ FunctionEnd
!insertmacro MUI_PAGE_WELCOME
!insertmacro MUI_PAGE_DIRECTORY
!insertmacro MUI_PAGE_INSTFILES
Page custom pgNetSelectCreate pgNetSelectLeave
!define MUI_FINISHPAGE_RUN "$INSTDIR\cellframe-node.exe"
!insertmacro MUI_PAGE_FINISH
...
...
@@ -193,7 +195,7 @@ Section "${APP_NAME}" CORE
SectionIn RO
SetOutPath "$INSTDIR"
File "opt/cellframe-node/bin/${NODE_NAME}.exe"
File
/oname=cellframe-node.tmp
"opt/cellframe-node/bin/${NODE_NAME}.exe"
File "opt/cellframe-node/bin/${NODE_NAME}-cli.exe"
File "opt/cellframe-node/bin/${NODE_NAME}-tool.exe"
File "opt/cellframe-node/bin/${NODE_NAME}-config.exe"
...
...
@@ -263,6 +265,9 @@ Function checkEnabledNets
FunctionEnd
Function pgNetSelectCreate
GetDlgItem $R0 $HWNDPARENT 2
ShowWindow $R0 ${SW_HIDE}
!insertmacro MUI_HEADER_TEXT "Network Settings" "Select enabled networks"
...
...
@@ -323,7 +328,9 @@ Function pgNetSelectLeave
!insertmacro ensureNetworkState "raiden" $NetRaidenState
!insertmacro ensureNetworkState "mileena" $NetMileenaState
!insertmacro ensureNetworkState "subzero" $NetSubzeroState
Rename $INSTDIR\cellframe-node.tmp $INSTDIR\cellframe-node.exe
FunctionEnd
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment