Skip to content

Commit

Permalink
Updated appveyor.yml for NSIS unicode.
Browse files Browse the repository at this point in the history
  • Loading branch information
ravibpatel committed Apr 23, 2021
1 parent ebd762b commit c5e65ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -32,7 +32,7 @@ install:
# NSIS Plugin (NsisDotNetChecker)
- appveyor DownloadFile https://github.com/ReVolly/NsisDotNetChecker/archive/master.zip
- 7z e master.zip -o"C:\Program Files (x86)\NSIS\Include" DotNetChecker.nsh -r
- 7z e master.zip -o"C:\Program Files (x86)\NSIS\Plugins\x86-ansi" DotNetChecker.dll -r
- 7z e master.zip -o"C:\Program Files (x86)\NSIS\Plugins\x86-unicode" DotNetChecker.dll -r

after_build:
- cmd: 7z a Sales.Manager.Portable.zip "c:\projects\SalesManager\Sales Manager\bin\Release\"
Expand Down

0 comments on commit c5e65ed

Please sign in to comment.