Browse Source

Use nsis-unicode for AppVeyor build.

rude 9 years ago
parent
commit
f6154998dc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      extra/appveyor/appveyor.yml

+ 1 - 1
extra/appveyor/appveyor.yml

@@ -11,7 +11,7 @@ init:
 
 
 install:
 install:
 # We need to install NSIS to create the packaged installer executable.
 # We need to install NSIS to create the packaged installer executable.
-- choco install nsis -y
+- choco install nsis-unicode -y
 
 
 # Move all woking directory items except `appveyor.yml` to `love` subdirectory.
 # Move all woking directory items except `appveyor.yml` to `love` subdirectory.
 - md love
 - md love