Skip to content

Commit

Permalink
sakura-editor#162: x64 版が alpha 版であることに対する注意を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
m-tmatma committed Jun 23, 2018
1 parent 1cc359d commit a774b2c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,8 @@ https://ci.appveyor.com/project/sakuraeditor/sakura/branch/master
https://ci.appveyor.com/project/sakuraeditor/sakura/branch/master/artifacts
[`これ`](installer/warning.txt) を読んでからご利用ください。

[`x64 版は alpha 版`](installer/warning-alpha.txt)です。
対応中のため予期せぬ不具合がある可能性があります。

最新以外のビルド結果は以下から参照できます。
https://ci.appveyor.com/project/sakuraeditor/sakura/history
4 changes: 4 additions & 0 deletions installer/warning-alpha.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Appveyor で取得する実行ファイル、インストーラに関する注意事項です。

x64 版は alpha 版です。
対応中のため予期せぬ不具合がある可能性があります。
3 changes: 3 additions & 0 deletions zipArtifacts.bat
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ copy help\plugin\plugin.chm %WORKDIR_EXE%\
copy help\sakura\sakura.chm %WORKDIR_EXE%\

copy installer\warning.txt %WORKDIR%\
if "%ALPHA%" == "1" (
copy installer\warning-alpha.txt %WORKDIR%\
)
copy installer\Output\*.exe %WORKDIR_INST%\
copy msbuild-%platform%-%configuration%.log %WORKDIR_LOG%\

Expand Down

0 comments on commit a774b2c

Please sign in to comment.