File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed
Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ install:
3232- nvm use --delete-prefix $NODE_VERSION
3333- if [[ "$TRAVIS_OS_NAME" == "osx" && "$NODE_VERSION" == "4" ]]; then npm install npm -g ; fi
3434- npm install
35+ - npm install @develar/semantic-release
3536- npm prune
3637- (cd test/fixtures/app-executable-deps/app && npm install && npm prune)
3738
Original file line number Diff line number Diff line change 105105 ]
106106 },
107107 "devDependencies" : {
108- "@develar/semantic-release" : " ^6.3.4 " ,
108+ "@develar/semantic-release" : " ^6.3.5 " ,
109109 "@types/debug" : " 0.0.28" ,
110110 "@types/mime" : " 0.0.28" ,
111111 "@types/progress" : " ^1.1.27" ,
Original file line number Diff line number Diff line change @@ -50,6 +50,14 @@ FunctionEnd
5050
5151Function un.onInit
5252 !insertmacro check64BitAndSetRegView
53+
54+ ${IfNot} ${Silent}
55+ MessageBox MB_OKCANCEL " Are you sure you want to uninstall ${PRODUCT_NAME}?" IDOK next
56+ Quit
57+
58+ next:
59+ ${EndIf}
60+
5361 !insertmacro initMultiUser Un un.
5462
5563 !ifmacrodef customUnInit
You can’t perform that action at this time.
0 commit comments