Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
[Web] bump to v0.6.5r3
Browse files Browse the repository at this point in the history
  • Loading branch information
nokotan committed Sep 27, 2022
1 parent 1dde464 commit d498cfd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Web/WindowsInstaller/setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WizardStyle=modern
SetupIconFile=..\..\WindowsDesktop\App\icon.ico
OutputBaseFilename=OpenSiv3D(0.6.5)Web
DefaultDirName={autopf}\OpenSiv3D(0.6.5)Web
VersionInfoVersion=0.6.5.2
VersionInfoVersion=0.6.5.3
VersionInfoDescription=OpenSiv3D (0.6.5) for Web Installer
Compression=lzma2
SolidCompression=yes
Expand All @@ -21,6 +21,8 @@ Name: "ja"; MessagesFile: "compiler:Languages\Japanese.isl"
Source: "..\..\Siv3D\include\*"; DestDir: "{app}\include"; Flags: recursesubdirs
Source: "..\Build\libSiv3D.a"; DestDir: "{app}\lib"
Source: "..\Build\libSiv3DScript.a"; DestDir: "{app}\lib"
Source: "..\Build\libSiv3DWebGPU.a"; DestDir: "{app}\lib"
Source: "..\Build\libSiv3DBrowserImageEncodeDecode.a"; DestDir: "{app}\lib"
Source: "..\Siv3D.js"; DestDir: "{app}\lib"
Source: "..\Siv3D.pre.js"; DestDir: "{app}\lib"
Source: "..\Siv3D.post.js"; DestDir: "{app}\lib"
Expand Down

0 comments on commit d498cfd

Please sign in to comment.