Skip to content

Commit

Permalink
バイナリ配布用スクリプトを修正
Browse files Browse the repository at this point in the history
バージョンを 0.2.3.0 に
  • Loading branch information
RainbowMage committed Dec 13, 2014
1 parent 3b8d4e9 commit ca54b4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion OverlayPlugin/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
// すべての値を指定するか、下のように '*' を使ってビルドおよびリビジョン番号を
// 既定値にすることができます:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.2.2.2")]
[assembly: AssemblyVersion("0.2.3.0")]
1 change: 1 addition & 0 deletions distribute.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ xcopy /Y /R "$buildFolder\OverlayPlugin.dll" "$updateFolder"
xcopy /Y /R "$buildFolder\README.md" "$updateFolder"
xcopy /Y /R "$buildFolder\LICENSE.txt" "$updateFolder"
xcopy /Y /R /S "$buildFolder\resources\*" "$updateFolder\resources\"
xcopy /Y /R /S "$buildFolder\ja-JP\*" "$updateFolder\ja-JP\"

# アーカイブ
New-ZipCompress -source $fullFolder -destination "$fullFolder.zip"
Expand Down

0 comments on commit ca54b4c

Please sign in to comment.