Skip to content

Commit e691ec9

Browse files
committed
remove obsolete ia32 workflow
1 parent 1d96f4e commit e691ec9

4 files changed

Lines changed: 5 additions & 8 deletions

File tree

locales/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Until now, wnr has get these languages:
2020
2. Change these sections:
2121
- The `languageList[]` array and `LanguageNameList[]` array in `supporter.js`.
2222
- The `languageCodeList[]` array in `main.js`.
23-
- The `nsis.installerLanguages[]` array in `res/builder/nsis.js` and `nsis-ia32.js`.
23+
- The `nsis.installerLanguages[]` array in `res/builder/nsis.js`.
2424

2525
3. Now, start to translate wnr to your language! After finished, please do not forget to make a pull request. I appreciate it.
2626

@@ -52,7 +52,7 @@ Until now, wnr has get these languages:
5252
2. 添加翻译文件后请更改这些内容:
5353
- `supporter.js` 里的数组 `languageList[]` 和数组 `LanguageNameList[]`
5454
- `main.js` 里的数组 `languageCodeList[]`
55-
- `res/builder/nsis.js` `nsis-ia32.js` 里的数组 `nsis.installerLanguages[]`
55+
- `res/builder/nsis.js` 里的数组 `nsis.installerLanguages[]`
5656

5757
3. 现在可以开始将 wnr 翻译成你的语言了!完成后,请别忘了提交拉取请求(Pull Request)。非常感谢你的贡献。
5858

@@ -84,7 +84,7 @@ Until now, wnr has get these languages:
8484
2. 添加翻譯文件後請更改這些內容:
8585
- `supporter.js` 裏的數組 `languageList[]` 和數組 `LanguageNameList[]`
8686
- `main.js` 裏的數組 `languageCodeList[]`
87-
- `res/builder/nsis.js` `nsis-ia32.js` 裏的數組 `nsis.installerLanguages[]`
87+
- `res/builder/nsis.js` 裏的數組 `nsis.installerLanguages[]`
8888

8989
3. 現在可以開始將 wnr 翻譯成你的語言了!完成後,請別忘了提交拉取請求(Pull Request)。非常感謝你的貢獻。
9090

res/builder/nsis.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const config = {
1515
"target": [
1616
{
1717
"target": "nsis",
18-
"arch": ["x64", "ia32", "arm64"]
18+
"arch": ["x64", "arm64"]
1919
}
2020
],
2121
"icon": "res/icons/iconWin.ico",

res/builder/output/nsis-ia32.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

res/builder/win-zip.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const config = {
1515
"target": [
1616
{
1717
"target": "7z",
18-
"arch": ["x64", "ia32", "arm64"]
18+
"arch": ["x64", "arm64"]
1919
}
2020
],
2121
"icon": "res/icons/iconWin.ico",

0 commit comments

Comments
 (0)