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.6r1
Browse files Browse the repository at this point in the history
  • Loading branch information
nokotan committed Jan 24, 2023
1 parent bc3e081 commit 9f0ee99
Show file tree
Hide file tree
Showing 6 changed files with 66 additions and 66 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ccpp_web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -353,8 +353,8 @@ jobs:
if: ${{ fromJSON(needs.build.outputs.did-build) || !steps.cache_siv3d_installer.outputs.cache-hit }}
working-directory: Web/VisualStudioTemplate/Files
run: |
7z a -tzip "OpenSiv3D(0.6.5)Web.zip" .
cp "OpenSiv3D(0.6.5)Web.zip" ..
7z a -tzip "OpenSiv3D(0.6.6)Web.zip" .
cp "OpenSiv3D(0.6.6)Web.zip" ..
- name: Create Installer
if: ${{ fromJSON(needs.build.outputs.did-build) || !steps.cache_siv3d_installer.outputs.cache-hit }}
Expand Down Expand Up @@ -398,11 +398,11 @@ jobs:
working-directory: Web/WindowsInstaller
run: |
Set-Item Env:Path "$env:VSIXInstaller_Path;$env:Path"
& ".\OpenSiv3D(0.6.5)Web.exe" /SILENT /SUPPRESSMSGBOXES /LOG="InstallLog.Log"
Wait-Process -Name "OpenSiv3D(0.6.5)Web"
& ".\OpenSiv3D(0.6.6)Web.exe" /SILENT /SUPPRESSMSGBOXES /LOG="InstallLog.Log"
Wait-Process -Name "OpenSiv3D(0.6.6)Web"
cat InstallLog.Log
$env:SIV3D_0_6_5_WEB = [System.Environment]::GetEnvironmentVariable("SIV3D_0_6_5_WEB","User")
echo "SIV3D_0_6_5_WEB=$env:SIV3D_0_6_5_WEB" >> $env:GITHUB_ENV
$env:SIV3D_0_6_6_WEB = [System.Environment]::GetEnvironmentVariable("SIV3D_0_6_6_WEB","User")
echo "SIV3D_0_6_6_WEB=$env:SIV3D_0_6_6_WEB" >> $env:GITHUB_ENV
devenv /installvstemplates
- name: Install VSIX
Expand Down Expand Up @@ -433,7 +433,7 @@ jobs:
- name: Create Project
run: |
mkdir Siv3DTest
7z x "$env:USERPROFILE\Documents\Visual Studio 2022\Templates\ProjectTemplates\OpenSiv3D(0.6.5)Web.zip" -oSiv3DTest
7z x "$env:USERPROFILE\Documents\Visual Studio 2022\Templates\ProjectTemplates\OpenSiv3D(0.6.6)Web.zip" -oSiv3DTest
cp Web\CI\App\Main.cpp Siv3DTest
cd Siv3DTest
$Content = Get-Content -path "Siv3DTest.vcxproj"
Expand Down Expand Up @@ -534,7 +534,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ needs.pre-deploy.outputs.upload_url }}
asset_path: OpenSiv3D(0.6.5)Web.exe
asset_path: OpenSiv3D(0.6.6)Web.exe
asset_name: OpenSiv3D-Installer-${{ matrix.config.name }}.exe
asset_content_type: application/octet-stream

Expand Down
54 changes: 27 additions & 27 deletions Web/VisualStudioTemplate/Files/MyTemplate.vstemplate
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
<VSTemplate Version="3.0.0" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005" Type="Project">
<TemplateData>
<Name>OpenSiv3D(0.6.5)Web</Name>
<Description>A project for creating a Siv3D application</Description>
<ProjectType>VC</ProjectType>
<LanguageTag>cpp</LanguageTag>
<ProjectTypeTag>games</ProjectTypeTag>
<ProjectSubType>
</ProjectSubType>
<SortOrder>1000</SortOrder>
<CreateNewFolder>true</CreateNewFolder>
<DefaultName>OpenSiv3Dv0_6ForWeb</DefaultName>
<ProvideDefaultName>true</ProvideDefaultName>
<LocationField>Enabled</LocationField>
<EnableLocationBrowseButton>true</EnableLocationBrowseButton>
<Icon>__TemplateIcon.ico</Icon>
<PreviewImage>__PreviewImage.png</PreviewImage>
</TemplateData>
<TemplateContent>
<Project TargetFileName="Siv3DTest.vcxproj" File="Siv3DTest.vcxproj" ReplaceParameters="true">
<ProjectItem ReplaceParameters="false" TargetFileName="$projectname$.vcxproj.filters">Siv3DTest.vcxproj.filters</ProjectItem>
<ProjectItem ReplaceParameters="false" TargetFileName="Main.cpp" OpenInEditor="true">Main.cpp</ProjectItem>
<VSTemplate Version="3.0.0" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005" Type="Project">
<TemplateData>
<Name>OpenSiv3D(0.6.6)Web</Name>
<Description>A project for creating a Siv3D application</Description>
<ProjectType>VC</ProjectType>
<LanguageTag>cpp</LanguageTag>
<ProjectTypeTag>games</ProjectTypeTag>
<ProjectSubType>
</ProjectSubType>
<SortOrder>1000</SortOrder>
<CreateNewFolder>true</CreateNewFolder>
<DefaultName>OpenSiv3Dv0_6ForWeb</DefaultName>
<ProvideDefaultName>true</ProvideDefaultName>
<LocationField>Enabled</LocationField>
<EnableLocationBrowseButton>true</EnableLocationBrowseButton>
<Icon>__TemplateIcon.ico</Icon>
<PreviewImage>__PreviewImage.png</PreviewImage>
</TemplateData>
<TemplateContent>
<Project TargetFileName="Siv3DTest.vcxproj" File="Siv3DTest.vcxproj" ReplaceParameters="true">
<ProjectItem ReplaceParameters="false" TargetFileName="$projectname$.vcxproj.filters">Siv3DTest.vcxproj.filters</ProjectItem>
<ProjectItem ReplaceParameters="false" TargetFileName="Main.cpp" OpenInEditor="true">Main.cpp</ProjectItem>
<ProjectItem ReplaceParameters="false" TargetFileName="LICENSE.txt">example/LICENSE.txt</ProjectItem>
<ProjectItem ReplaceParameters="false" TargetFileName="bay.jpg">example/bay.jpg</ProjectItem>
<ProjectItem ReplaceParameters="false" TargetFileName="config.csv">example/csv/config.csv</ProjectItem>
Expand Down Expand Up @@ -227,9 +227,9 @@
<ProjectItem ReplaceParameters="false" TargetFileName="32.png">resources/engine/texture/box-shadow/32.png</ProjectItem>
<ProjectItem ReplaceParameters="false" TargetFileName="64.png">resources/engine/texture/box-shadow/64.png</ProjectItem>
<ProjectItem ReplaceParameters="false" TargetFileName="8.png">resources/engine/texture/box-shadow/8.png</ProjectItem>

<ProjectItem ReplaceParameters="false" TargetFileName="web-player.html">Templates\Embeddable\web-player.html</ProjectItem>
<ProjectItem ReplaceParameters="false" TargetFileName="web-player.js">Templates\Embeddable\web-player.js</ProjectItem>
</Project>
</TemplateContent>

<ProjectItem ReplaceParameters="false" TargetFileName="web-player.html">Templates\Embeddable\web-player.html</ProjectItem>
<ProjectItem ReplaceParameters="false" TargetFileName="web-player.js">Templates\Embeddable\web-player.js</ProjectItem>
</Project>
</TemplateContent>
</VSTemplate>
2 changes: 1 addition & 1 deletion Web/VisualStudioTemplate/Files/MyTemplate.vstemplate.tpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<VSTemplate Version="3.0.0" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005" Type="Project">
<TemplateData>
<Name>OpenSiv3D(0.6.5)Web</Name>
<Name>OpenSiv3D(0.6.6)Web</Name>
<Description>A project for creating a Siv3D application</Description>
<ProjectType>VC</ProjectType>
<LanguageTag>cpp</LanguageTag>
Expand Down
20 changes: 10 additions & 10 deletions Web/VisualStudioTemplate/Files/Siv3DTest.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Emscripten'">
<IncludePath>$(SIV3D_0_6_5_WEB)\include;$(SIV3D_0_6_5_WEB)\include\ThirdParty;$(IncludePath)</IncludePath>
<LibraryPath>$(SIV3D_0_6_5_WEB)\lib\freetype;$(SIV3D_0_6_5_WEB)\lib\giflib;$(SIV3D_0_6_5_WEB)\lib\harfbuzz;$(SIV3D_0_6_5_WEB)\lib\opencv;$(SIV3D_0_6_5_WEB)\lib\turbojpeg;$(SIV3D_0_6_5_WEB)\lib\webp;$(SIV3D_0_6_5_WEB)\lib\opus;$(SIV3D_0_6_5_WEB)\lib\tiff;$(SIV3D_0_6_5_WEB)\lib\png;$(SIV3D_0_6_5_WEB)\lib\zlib;$(SIV3D_0_6_5_WEB)\lib\SDL2;$(SIV3D_0_6_5_WEB)\lib</LibraryPath>
<IncludePath>$(SIV3D_0_6_6_WEB)\include;$(SIV3D_0_6_6_WEB)\include\ThirdParty;$(IncludePath)</IncludePath>
<LibraryPath>$(SIV3D_0_6_6_WEB)\lib\freetype;$(SIV3D_0_6_6_WEB)\lib\giflib;$(SIV3D_0_6_6_WEB)\lib\harfbuzz;$(SIV3D_0_6_6_WEB)\lib\opencv;$(SIV3D_0_6_6_WEB)\lib\turbojpeg;$(SIV3D_0_6_6_WEB)\lib\webp;$(SIV3D_0_6_6_WEB)\lib\opus;$(SIV3D_0_6_6_WEB)\lib\tiff;$(SIV3D_0_6_6_WEB)\lib\png;$(SIV3D_0_6_6_WEB)\lib\zlib;$(SIV3D_0_6_6_WEB)\lib\SDL2;$(SIV3D_0_6_6_WEB)\lib</LibraryPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Emscripten'">
<IncludePath>$(SIV3D_0_6_5_WEB)\include;$(SIV3D_0_6_5_WEB)\include\ThirdParty;$(IncludePath)</IncludePath>
<LibraryPath>$(SIV3D_0_6_5_WEB)\lib\freetype;$(SIV3D_0_6_5_WEB)\lib\giflib;$(SIV3D_0_6_5_WEB)\lib\harfbuzz;$(SIV3D_0_6_5_WEB)\lib\opencv;$(SIV3D_0_6_5_WEB)\lib\turbojpeg;$(SIV3D_0_6_5_WEB)\lib\webp;$(SIV3D_0_6_5_WEB)\lib\opus;$(SIV3D_0_6_5_WEB)\lib\tiff;$(SIV3D_0_6_5_WEB)\lib\png;$(SIV3D_0_6_5_WEB)\lib\zlib;$(SIV3D_0_6_5_WEB)\lib\SDL2;$(SIV3D_0_6_5_WEB)\lib</LibraryPath>
<IncludePath>$(SIV3D_0_6_6_WEB)\include;$(SIV3D_0_6_6_WEB)\include\ThirdParty;$(IncludePath)</IncludePath>
<LibraryPath>$(SIV3D_0_6_6_WEB)\lib\freetype;$(SIV3D_0_6_6_WEB)\lib\giflib;$(SIV3D_0_6_6_WEB)\lib\harfbuzz;$(SIV3D_0_6_6_WEB)\lib\opencv;$(SIV3D_0_6_6_WEB)\lib\turbojpeg;$(SIV3D_0_6_6_WEB)\lib\webp;$(SIV3D_0_6_6_WEB)\lib\opus;$(SIV3D_0_6_6_WEB)\lib\tiff;$(SIV3D_0_6_6_WEB)\lib\png;$(SIV3D_0_6_6_WEB)\lib\zlib;$(SIV3D_0_6_6_WEB)\lib\SDL2;$(SIV3D_0_6_6_WEB)\lib</LibraryPath>
</PropertyGroup>
<ItemGroup>
<ClCompile Include="Main.cpp" />
Expand Down Expand Up @@ -308,9 +308,9 @@
<AdditionalLinkDirectories>$(LibraryPath);%(AdditionalLinkDirectories)</AdditionalLinkDirectories>
<AdditionalDependencies>Siv3DScript;Siv3D;opencv_objdetect;opencv_photo;opencv_imgproc;opencv_core;harfbuzz;freetype;turbojpeg;gif;webp;opusfile;opus;tiff;png;z;SDL2;</AdditionalDependencies>
<EchoCommandLines>false</EchoCommandLines>
<JsLibrary>$(SIV3D_0_6_5_WEB)\lib\Siv3D.js;</JsLibrary>
<PreJsFile>$(SIV3D_0_6_5_WEB)\lib\Siv3D.pre.js;</PreJsFile>
<PostJsFile>$(ProjectDir)\Templates\Embeddable\web-player.js;$(SIV3D_0_6_5_WEB)\lib\Siv3D.post.js;</PostJsFile>
<JsLibrary>$(SIV3D_0_6_6_WEB)\lib\Siv3D.js;</JsLibrary>
<PreJsFile>$(SIV3D_0_6_6_WEB)\lib\Siv3D.pre.js;</PreJsFile>
<PostJsFile>$(ProjectDir)\Templates\Embeddable\web-player.js;$(SIV3D_0_6_6_WEB)\lib\Siv3D.post.js;</PostJsFile>
<HtmlShellFile>$(ProjectDir)\Templates\Embeddable\web-player.html</HtmlShellFile>
<EnableMemoryGrowth>true</EnableMemoryGrowth>
<EmRun>true</EmRun>
Expand All @@ -335,9 +335,9 @@
-s ASYNCIFY_ADD="[ 'main','Main()','dynCall_v','dynCall_vi','s3d::TryMain()','s3d::CSystem::init()','s3d::System::Update()','s3d::AACDecoder::decode(*) const','s3d::MP3Decoder::decode(*) const','s3d::CAudioDecoder::decode(*)','s3d::AudioDecoder::Decode(*)','s3d::Wave::Wave(*)','s3d::Audio::Audio(*)','s3d::Clipboard::GetText(*)','s3d::CClipboard::getText(*)','s3d::GenericDecoder::decode(*) const','s3d::CImageDecoder::decode(*)','s3d::Image::Image(*)','s3d::Texture::Texture(*)','s3d::ImageDecoder::Decode(*)','s3d::ImageDecoder::GetImageInfo(*)','s3d::Model::Model(*)','s3d::CModel::create(*)','s3d::CRenderer2D_GLES3::init()','s3d::CRenderer2D_WebGPU::init()','s3d::Clipboard::GetText(*)','s3d::CClipboard::getText(*)','s3d::SimpleHTTP::Save(*)','s3d::SimpleHTTP::Load(*)','s3d::SimpleHTTP::Get(*)','s3d::SimpleHTTP::Post(*)','s3d::VideoReader::VideoReader(*)','s3d::VideoReader::open(*)','s3d::Platform::Web::FetchFile(*)' ]" %(AdditionalOptions)</AdditionalOptions>
<AdditionalDependencies>Siv3DScript;Siv3D;opencv_objdetect;opencv_photo;opencv_imgproc;opencv_core;harfbuzz;freetype;turbojpeg;gif;webp;opusfile;opus;tiff;png;z;SDL2;</AdditionalDependencies>
<PreloadFile>$(ProjectDir)\resources@/resources;$(ProjectDir)\example@/example</PreloadFile>
<JsLibrary>$(SIV3D_0_6_5_WEB)\lib\Siv3D.js;</JsLibrary>
<PreJsFile>$(SIV3D_0_6_5_WEB)\lib\Siv3D.pre.js;</PreJsFile>
<PostJsFile>$(ProjectDir)\Templates\Embeddable\web-player.js;$(SIV3D_0_6_5_WEB)\lib\Siv3D.post.js;</PostJsFile>
<JsLibrary>$(SIV3D_0_6_6_WEB)\lib\Siv3D.js;</JsLibrary>
<PreJsFile>$(SIV3D_0_6_6_WEB)\lib\Siv3D.pre.js;</PreJsFile>
<PostJsFile>$(ProjectDir)\Templates\Embeddable\web-player.js;$(SIV3D_0_6_6_WEB)\lib\Siv3D.post.js;</PostJsFile>
<HtmlShellFile>$(ProjectDir)\Templates\Embeddable\web-player.html</HtmlShellFile>
<AdditionalLinkDirectories>$(LibraryPath);%(AdditionalLinkDirectories)</AdditionalLinkDirectories>
<EchoCommandLines>false</EchoCommandLines>
Expand Down
20 changes: 10 additions & 10 deletions Web/VisualStudioTemplate/Files/Siv3DTest.vcxproj.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Emscripten'">
<IncludePath>$(SIV3D_0_6_5_WEB)\include;$(SIV3D_0_6_5_WEB)\include\ThirdParty;$(IncludePath)</IncludePath>
<LibraryPath>$(SIV3D_0_6_5_WEB)\lib\freetype;$(SIV3D_0_6_5_WEB)\lib\giflib;$(SIV3D_0_6_5_WEB)\lib\harfbuzz;$(SIV3D_0_6_5_WEB)\lib\opencv;$(SIV3D_0_6_5_WEB)\lib\turbojpeg;$(SIV3D_0_6_5_WEB)\lib\webp;$(SIV3D_0_6_5_WEB)\lib\opus;$(SIV3D_0_6_5_WEB)\lib\tiff;$(SIV3D_0_6_5_WEB)\lib\png;$(SIV3D_0_6_5_WEB)\lib\zlib;$(SIV3D_0_6_5_WEB)\lib\SDL2;$(SIV3D_0_6_5_WEB)\lib</LibraryPath>
<IncludePath>$(SIV3D_0_6_6_WEB)\include;$(SIV3D_0_6_6_WEB)\include\ThirdParty;$(IncludePath)</IncludePath>
<LibraryPath>$(SIV3D_0_6_6_WEB)\lib\freetype;$(SIV3D_0_6_6_WEB)\lib\giflib;$(SIV3D_0_6_6_WEB)\lib\harfbuzz;$(SIV3D_0_6_6_WEB)\lib\opencv;$(SIV3D_0_6_6_WEB)\lib\turbojpeg;$(SIV3D_0_6_6_WEB)\lib\webp;$(SIV3D_0_6_6_WEB)\lib\opus;$(SIV3D_0_6_6_WEB)\lib\tiff;$(SIV3D_0_6_6_WEB)\lib\png;$(SIV3D_0_6_6_WEB)\lib\zlib;$(SIV3D_0_6_6_WEB)\lib\SDL2;$(SIV3D_0_6_6_WEB)\lib</LibraryPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Emscripten'">
<IncludePath>$(SIV3D_0_6_5_WEB)\include;$(SIV3D_0_6_5_WEB)\include\ThirdParty;$(IncludePath)</IncludePath>
<LibraryPath>$(SIV3D_0_6_5_WEB)\lib\freetype;$(SIV3D_0_6_5_WEB)\lib\giflib;$(SIV3D_0_6_5_WEB)\lib\harfbuzz;$(SIV3D_0_6_5_WEB)\lib\opencv;$(SIV3D_0_6_5_WEB)\lib\turbojpeg;$(SIV3D_0_6_5_WEB)\lib\webp;$(SIV3D_0_6_5_WEB)\lib\opus;$(SIV3D_0_6_5_WEB)\lib\tiff;$(SIV3D_0_6_5_WEB)\lib\png;$(SIV3D_0_6_5_WEB)\lib\zlib;$(SIV3D_0_6_5_WEB)\lib\SDL2;$(SIV3D_0_6_5_WEB)\lib</LibraryPath>
<IncludePath>$(SIV3D_0_6_6_WEB)\include;$(SIV3D_0_6_6_WEB)\include\ThirdParty;$(IncludePath)</IncludePath>
<LibraryPath>$(SIV3D_0_6_6_WEB)\lib\freetype;$(SIV3D_0_6_6_WEB)\lib\giflib;$(SIV3D_0_6_6_WEB)\lib\harfbuzz;$(SIV3D_0_6_6_WEB)\lib\opencv;$(SIV3D_0_6_6_WEB)\lib\turbojpeg;$(SIV3D_0_6_6_WEB)\lib\webp;$(SIV3D_0_6_6_WEB)\lib\opus;$(SIV3D_0_6_6_WEB)\lib\tiff;$(SIV3D_0_6_6_WEB)\lib\png;$(SIV3D_0_6_6_WEB)\lib\zlib;$(SIV3D_0_6_6_WEB)\lib\SDL2;$(SIV3D_0_6_6_WEB)\lib</LibraryPath>
</PropertyGroup>
<ItemGroup>
<ClCompile Include="Main.cpp" />
Expand All @@ -101,9 +101,9 @@ ${ExampleItems}
<AdditionalLinkDirectories>$(LibraryPath);%(AdditionalLinkDirectories)</AdditionalLinkDirectories>
<AdditionalDependencies>Siv3DScript;Siv3D;opencv_objdetect;opencv_photo;opencv_imgproc;opencv_core;harfbuzz;freetype;turbojpeg;gif;webp;opusfile;opus;tiff;png;z;SDL2;</AdditionalDependencies>
<EchoCommandLines>false</EchoCommandLines>
<JsLibrary>$(SIV3D_0_6_5_WEB)\lib\Siv3D.js;</JsLibrary>
<PreJsFile>$(SIV3D_0_6_5_WEB)\lib\Siv3D.pre.js;</PreJsFile>
<PostJsFile>$(ProjectDir)\Templates\Embeddable\web-player.js;$(SIV3D_0_6_5_WEB)\lib\Siv3D.post.js;</PostJsFile>
<JsLibrary>$(SIV3D_0_6_6_WEB)\lib\Siv3D.js;</JsLibrary>
<PreJsFile>$(SIV3D_0_6_6_WEB)\lib\Siv3D.pre.js;</PreJsFile>
<PostJsFile>$(ProjectDir)\Templates\Embeddable\web-player.js;$(SIV3D_0_6_6_WEB)\lib\Siv3D.post.js;</PostJsFile>
<HtmlShellFile>$(ProjectDir)\Templates\Embeddable\web-player.html</HtmlShellFile>
<EnableMemoryGrowth>true</EnableMemoryGrowth>
<EmRun>true</EmRun>
Expand All @@ -128,9 +128,9 @@ ${ExampleItems}
-s ASYNCIFY_ADD="[ 'main','Main()','dynCall_v','dynCall_vi','s3d::TryMain()','s3d::CSystem::init()','s3d::System::Update()','s3d::AACDecoder::decode(*) const','s3d::MP3Decoder::decode(*) const','s3d::CAudioDecoder::decode(*)','s3d::AudioDecoder::Decode(*)','s3d::Wave::Wave(*)','s3d::Audio::Audio(*)','s3d::Clipboard::GetText(*)','s3d::CClipboard::getText(*)','s3d::GenericDecoder::decode(*) const','s3d::CImageDecoder::decode(*)','s3d::Image::Image(*)','s3d::Texture::Texture(*)','s3d::ImageDecoder::Decode(*)','s3d::ImageDecoder::GetImageInfo(*)','s3d::Model::Model(*)','s3d::CModel::create(*)','s3d::CRenderer2D_GLES3::init()','s3d::CRenderer2D_WebGPU::init()','s3d::Clipboard::GetText(*)','s3d::CClipboard::getText(*)','s3d::SimpleHTTP::Save(*)','s3d::SimpleHTTP::Load(*)','s3d::SimpleHTTP::Get(*)','s3d::SimpleHTTP::Post(*)','s3d::VideoReader::VideoReader(*)','s3d::VideoReader::open(*)','s3d::Platform::Web::FetchFile(*)' ]" %(AdditionalOptions)</AdditionalOptions>
<AdditionalDependencies>Siv3DScript;Siv3D;opencv_objdetect;opencv_photo;opencv_imgproc;opencv_core;harfbuzz;freetype;turbojpeg;gif;webp;opusfile;opus;tiff;png;z;SDL2;</AdditionalDependencies>
<PreloadFile>$(ProjectDir)\resources@/resources;$(ProjectDir)\example@/example</PreloadFile>
<JsLibrary>$(SIV3D_0_6_5_WEB)\lib\Siv3D.js;</JsLibrary>
<PreJsFile>$(SIV3D_0_6_5_WEB)\lib\Siv3D.pre.js;</PreJsFile>
<PostJsFile>$(ProjectDir)\Templates\Embeddable\web-player.js;$(SIV3D_0_6_5_WEB)\lib\Siv3D.post.js;</PostJsFile>
<JsLibrary>$(SIV3D_0_6_6_WEB)\lib\Siv3D.js;</JsLibrary>
<PreJsFile>$(SIV3D_0_6_6_WEB)\lib\Siv3D.pre.js;</PreJsFile>
<PostJsFile>$(ProjectDir)\Templates\Embeddable\web-player.js;$(SIV3D_0_6_6_WEB)\lib\Siv3D.post.js;</PostJsFile>
<HtmlShellFile>$(ProjectDir)\Templates\Embeddable\web-player.html</HtmlShellFile>
<AdditionalLinkDirectories>$(LibraryPath);%(AdditionalLinkDirectories)</AdditionalLinkDirectories>
<EchoCommandLines>false</EchoCommandLines>
Expand Down
20 changes: 10 additions & 10 deletions Web/WindowsInstaller/setup.iss
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[Setup]
AppName=OpenSiv3D(0.6.5) for Web
AppVersion=0.6.5
AppName=OpenSiv3D(0.6.6) for Web
AppVersion=0.6.6
WizardStyle=modern
SetupIconFile=..\..\WindowsDesktop\App\icon.ico
OutputBaseFilename=OpenSiv3D(0.6.5)Web
DefaultDirName={userdocs}\OpenSiv3D_0.6.5_Web
VersionInfoVersion=0.6.5.6
VersionInfoDescription=OpenSiv3D (0.6.5) for Web Installer
OutputBaseFilename=OpenSiv3D(0.6.6)Web
DefaultDirName={userdocs}\OpenSiv3D_0.6.6_Web
VersionInfoVersion=0.6.6.1
VersionInfoDescription=OpenSiv3D (0.6.6) for Web Installer
Compression=lzma2
SolidCompression=yes
ChangesEnvironment=yes
Expand All @@ -29,10 +29,10 @@ Source: "..\Siv3D.js"; DestDir: "{app}\lib"
Source: "..\Siv3D.pre.js"; DestDir: "{app}\lib"
Source: "..\Siv3D.post.js"; DestDir: "{app}\lib"
Source: "..\Package\lib\Siv3D\*"; DestDir: "{app}\lib"; Flags: recursesubdirs
Source: "..\VisualStudioTemplate\OpenSiv3D(0.6.5)Web.zip"; DestDir: "{userdocs}\Visual Studio 2017\Templates\ProjectTemplates"
Source: "..\VisualStudioTemplate\OpenSiv3D(0.6.5)Web.zip"; DestDir: "{userdocs}\Visual Studio 2019\Templates\ProjectTemplates"
Source: "..\VisualStudioTemplate\OpenSiv3D(0.6.5)Web.zip"; DestDir: "{userdocs}\Visual Studio 2022\Templates\ProjectTemplates"
Source: "..\VisualStudioTemplate\OpenSiv3D(0.6.6)Web.zip"; DestDir: "{userdocs}\Visual Studio 2017\Templates\ProjectTemplates"
Source: "..\VisualStudioTemplate\OpenSiv3D(0.6.6)Web.zip"; DestDir: "{userdocs}\Visual Studio 2019\Templates\ProjectTemplates"
Source: "..\VisualStudioTemplate\OpenSiv3D(0.6.6)Web.zip"; DestDir: "{userdocs}\Visual Studio 2022\Templates\ProjectTemplates"

[Registry]
Root: HKCU; Subkey: "Environment"; ValueType:string; ValueName: "SIV3D_0_6_5_WEB"; \
Root: HKCU; Subkey: "Environment"; ValueType:string; ValueName: "SIV3D_0_6_6_WEB"; \
ValueData: "{app}"; Flags: preservestringtype

0 comments on commit 9f0ee99

Please sign in to comment.