Skip to content

Commit

Permalink
-update: installer
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeromusXYZ committed Aug 3, 2024
1 parent b9283a6 commit bfca29d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions VieweD/Viewed-Setup.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
; Custom defines
!define NAME "VieweD"
!define APPFILE "viewed.exe"
!define VERSION "1.0"
!define VERSION "1.0.3.6"
!define SLUG "${NAME} v${VERSION}"
!define BIN_DEBUG "bin\Debug\net6.0-windows\"
!define BIN_DEBUG "bin\Debug\net8.0-windows\"

!define /date MyTIMESTAMP "%Y-%m-%d"

Expand Down Expand Up @@ -65,8 +65,8 @@ SetCompressor /SOLID lzma
Section "VieweD Files (required)" MainApp ;No components page, name is not important
SectionIn RO

; Check for .NET 6
!insertmacro CheckDotNetCore 6.0
; Check for .NET 8
!insertmacro CheckDotNetCore 8.0

; Set output path to the installation directory.
SetOutPath $INSTDIR
Expand Down

0 comments on commit bfca29d

Please sign in to comment.