Skip to content

Commit 1ad1352

Browse files
committed
Remove 32 bit
1 parent 866f14f commit 1ad1352

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ A colleague comes to you with a questionable request and you answer with a funny
1717
| Windows | Linux | Mac |
1818
|:---:|:---:|:---:|
1919
| [sound-board_win_64.exe](https://github.com/Cyb10101/electron_sound-board/releases/latest/download/sound-board_win_x64.exe) | [sound-board_linux_amd64.deb](https://github.com/Cyb10101/electron_sound-board/releases/latest/download/sound-board_linux_amd64.deb) | [![Compiling without Mac](https://img.shields.io/github/issues/detail/title/Cyb10101/electron_sound-board/16)](https://github.com/Cyb10101/electron_sound-board/issues/16) |
20-
| | [sound-board_linux_i386.deb](https://github.com/Cyb10101/electron_sound-board/releases/latest/download/sound-board_linux_i386.deb) | |
2120
| | [sound-board_linux_x86_64.AppImage](https://github.com/Cyb10101/electron_sound-board/releases/latest/download/sound-board_linux_x86_64.AppImage) | |
22-
| | [sound-board_linux_i386.AppImage](https://github.com/Cyb10101/electron_sound-board/releases/latest/download/sound-board_linux_i386.AppImage) | |
2321

2422
## Documentation
2523

docs/development.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ yarn dist
3232
Create tag for release:
3333

3434
```bash
35+
# Change version in package.json
3536
git add package.json
3637
git commit -m'Version 1.1.0'
3738
git tag -a -m'Version 1.1.0' 'v1.1.0'
@@ -59,7 +60,5 @@ Create new Github release:
5960
Upload files:
6061

6162
* ./dist/sound-board_linux_amd64.deb
62-
* ./dist/sound-board_linux_i386.AppImage
63-
* ./dist/sound-board_linux_i386.deb
6463
* ./dist/sound-board_linux_x86_64.AppImage
6564
* ./dist/sound-board_win_x64.exe

0 commit comments

Comments
 (0)