Skip to content

Commit

Permalink
sakura-editor#329 によるデグレを修正
Browse files Browse the repository at this point in the history
bregonig.dll を sakura.exe と同じ場所に自動配置することにより 38行目のコピーで bregonig.dll が
bron412.zip のものではなく、リポジトリに登録しているものが直接組み込まれるようになってしまう。

このため 38行目のコピーではワイルドカードでコピーせずに、ビルドした DLL を明示的にファイル名指定でコピーする。
  • Loading branch information
m-tmatma committed Aug 12, 2018
1 parent 100fc23 commit e767443
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)
Expand Down

0 comments on commit e767443

Please sign in to comment.