Skip to content

Commit

Permalink
update installer to take Release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
NullExceptionTSB committed May 1, 2023
1 parent 33c7cf8 commit 7dd5465
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions psteg-installer/psteg.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ Section

WriteUninstaller $INSTDIR\uninstall.exe

File ..\psteg-common\bin\Debug\psteg-common.dll
File /oname=chaffblob.exe ..\psteg-chaffblob\bin\Debug\psteg.Chaffblob.exe
File /oname=stegano.exe ..\psteg-stegano\bin\Debug\psteg.Stegano.exe
File /oname=psteg.exe ..\psteg-launcher\bin\Debug\psteg.Launcher.exe
File /oname=fstools.exe ..\psteg-fstools\bin\Debug\psteg.FSTools.exe
File ..\psteg-common\bin\Release\psteg-common.dll
File /oname=chaffblob.exe ..\psteg-chaffblob\bin\Release\psteg.Chaffblob.exe
File /oname=stegano.exe ..\psteg-stegano\bin\Release\psteg.Stegano.exe
File /oname=psteg.exe ..\psteg-launcher\bin\Release\psteg.Launcher.exe
File /oname=fstools.exe ..\psteg-fstools\bin\Release\psteg.FSTools.exe
SectionEnd

Section "uninstall"
Expand Down

0 comments on commit 7dd5465

Please sign in to comment.