Skip to content

Commit

Permalink
Merge pull request sakura-editor#332 from m-tmatma/feature/fix-PR329
Browse files Browse the repository at this point in the history
sakura-editor#329 によるデグレを修正 (bron412.zip の bregonig.dll が使われなくなる)
  • Loading branch information
m-tmatma authored Aug 12, 2018
2 parents 73ebce5 + e767443 commit aab53e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-installer.bat
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ copy help\sakura\sakura.chm %INSTALLER_WORK%\
copy help\plugin\plugin.chm %INSTALLER_WORK%\
copy help\macro\macro.chm %INSTALLER_WORK%\

copy %platform%\%configuration%\*.exe %INSTALLER_WORK%\
copy %platform%\%configuration%\*.dll %INSTALLER_WORK%\
copy %platform%\%configuration%\*.exe %INSTALLER_WORK%\
copy %platform%\%configuration%\sakura_lang_en_US.dll %INSTALLER_WORK%\

set SAKURA_ISS=installer\sakura-%platform%.iss
"C:\Program Files (x86)\Inno Setup 5\ISCC.exe" %SAKURA_ISS% || (echo error && exit /b 1)

0 comments on commit aab53e1

Please sign in to comment.