Skip to content

Commit

Permalink
bump version on nsis installer and change execution type (OpenBB-fina…
Browse files Browse the repository at this point in the history
…nce#1772)

Co-authored-by: Theodore Aptekarev <[email protected]>
  • Loading branch information
andrewkenreich and piiq authored May 9, 2022
1 parent 036ebb8 commit e6aa412
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/nsis/setup.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
!define NAME "OpenBB Terminal"
!define COMPANY "OpenBB"
!define APPFILE "OpenBBTerminal.exe"
!define VERSION "1.0.0"
!define VERSION "1.2.0"
!define SLUG "${NAME} v${VERSION}"

;--------------------------------
; General
Name "${NAME}"
OutFile "${NAME} Setup.exe"
InstallDir $PROFILE\OpenBB
RequestExecutionLevel admin
RequestExecutionLevel user

;--------------------------------
; UI
Expand Down

0 comments on commit e6aa412

Please sign in to comment.