Skip to content

Commit

Permalink
Fixed id by naming rule.
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancorvussolis committed Apr 1, 2020
1 parent 99ef4d8 commit bf474b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Windowsで動作するSKK風のIMEです。



## インストール


Expand Down Expand Up @@ -87,6 +88,7 @@ Adobe Reader X 以降で使用するには、設定ファイル (config.xml) に

## 設定


### 設定ダイアログ

設定ダイアログは、以下のいずれかの操作で開くことができます。
Expand Down Expand Up @@ -745,7 +747,7 @@ Windows 10 (Ver.1709 から) の場合

### 開発環境

Visual Studio Community 2019 16.5.0
Visual Studio Community 2019 16.5.2

* Desktop development with C++
* MSVC v142 - VS 2019 C++ x64/x86 build tools (v14.25)
Expand All @@ -757,7 +759,7 @@ Visual Studio Community 2019 16.5.0

WiX Toolset v3.11.2

pandoc 2.9.2
pandoc 2.9.2.1


### ビルド手順
Expand Down
2 changes: 1 addition & 1 deletion installer/installer-arm.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<File Id="F_luadll_arm64" Name="lua53.dll" Source="..\ARM64\Release\lua53.dll" KeyPath="yes" />
</Component>
<Component Id="ZLIBDLL_ARM64" Guid="8B5418C2-ABB5-4907-A749-859856078508" Win64="yes">
<File Id="F_zlibdll_ARM64" Name="zlib1.dll" Source="..\ARM64\Release\zlib1.dll" KeyPath="yes" />
<File Id="F_zlibdll_arm64" Name="zlib1.dll" Source="..\ARM64\Release\zlib1.dll" KeyPath="yes" />
</Component>
</DirectoryRef>

Expand Down

0 comments on commit bf474b1

Please sign in to comment.