-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* インストーラーを WiX Toolset v4.0.4 にアップデートしました。 DLLハイジャックの脆弱性が修正されています。 https://www.firegiant.com/blog/2024/2/6/wix-security-releases-available/ * zlib 1.3.1 にアップデートしました。 * 設定ダイアログの入力文字列中にUTF-16の上位/下位サロゲートが単独で存在するとき設定ファイルの保存に失敗する不具合を修正しました。 孤立したサロゲートは、U+FFFD (REPLACEMENT CHARACTER) に置換されます。
- Loading branch information
1 parent
b224bd6
commit f0ab462
Showing
22 changed files
with
24 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
|
||
# CorvusSKK ver. 3.2.2 | ||
# CorvusSKK ver. 3.2.3 | ||
|
||
![](installer/resource-md/logo.png) Windowsで動作するSKK風のIMEです。 | ||
|
||
|
@@ -923,7 +923,7 @@ Windows 10 (Ver.1709 から)、Windows 11 の場合 | |
|
||
### 開発環境 | ||
|
||
Visual Studio Community 2022 17.7.6 | ||
Visual Studio Community 2022 17.9.2 | ||
|
||
* Desktop development with C++ | ||
|
||
|
@@ -938,23 +938,33 @@ Visual Studio Community 2022 17.7.6 | |
* C++ ATL for latest v143 build tools (ARM64/ARM64EC) | ||
* Windows 11 SDK (10.0.22621.0) | ||
|
||
WiX Toolset v4.0.2 | ||
WiX Toolset v4.0.4 | ||
|
||
* 要 .NET SDK 6.0 またはそれ以降 | ||
* requires the .NET SDK, version 6 or later. | ||
|
||
pandoc 3.1.9 | ||
pandoc 3.1.12.2 | ||
|
||
|
||
### ビルド手順 | ||
|
||
WiX Toolset のインストール/アップデート | ||
|
||
> installer\_wix_install.cmd | ||
|
||
WiX Toolset のアンインストール | ||
|
||
> installer\_wix_uninstall.cmd | ||
|
||
ビルド | ||
|
||
> installer\_solution_build.cmd | ||
|
||
> installer\_build.cmd | ||
|
||
ビルド & 署名 & 検証 | ||
|
||
> installer\_solution_build.cmd | ||
|
||
> installer\_sign.cmd <SHA-1> <URL> | ||
|
||
* <SHA-1> : SHA-1 thumbprint of certificate | ||
|
@@ -965,11 +975,12 @@ pandoc 3.1.9 | |
クリア | ||
|
||
> installer\_solution_clean.cmd | ||
|
||
> installer\_clean.cmd | ||
|
||
--- | ||
|
||
Copyright (C) 2011-2023 SASAKI Nobuyuki | ||
Copyright (C) 2011-2024 SASAKI Nobuyuki | ||
|
||
[email protected] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
|
||
set VERSION=3.2.2 | ||
set VERSION=3.2.3 | ||
|
||
set TARGETDIR=build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<Include xmlns="http://wixtoolset.org/schemas/v4/wxs"> | ||
<?define version="3.2.2" ?> | ||
<?define version="3.2.3" ?> | ||
</Include> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters