Skip to content

Commit

Permalink
Release 0.99.11
Browse files Browse the repository at this point in the history
  • Loading branch information
fastrizwaan committed Apr 17, 2024
1 parent b0f5d97 commit feef75d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,23 +50,23 @@ WineZGUI is packaged in flatpak-wine by yours truly. [WineZGUI Flathub](https://

Setup is instant as it copies a few files to specific directories.

##### Version 0.99.10
##### Version 0.99.11

Downoad source [WineZGUI-0.99.10.tar.gz](https://github.com/fastrizwaan/WineZGUI/archive/refs/tags/0.99.10.tar.gz) or use `git tag 0.99.10`
Downoad source [WineZGUI-0.99.11.tar.gz](https://github.com/fastrizwaan/WineZGUI/archive/refs/tags/0.99.11.tar.gz) or use `git tag 0.99.11`

##### Using tar.gz

```
wget https://github.com/fastrizwaan/WineZGUI/archive/refs/tags/0.99.10.tar.gz
tar -zxvf 0.99.10.tar.gz
cd WineZGUI-0.99.10
wget https://github.com/fastrizwaan/WineZGUI/archive/refs/tags/0.99.11.tar.gz
tar -zxvf 0.99.11.tar.gz
cd WineZGUI-0.99.11
sudo ./setup --install ; #systemwide
```

##### git tag 0.99.10
##### git tag 0.99.11

```
git clone --depth 1 --branch 0.99.10 https://github.com/fastrizwaan/WineZGUI.git
git clone --depth 1 --branch 0.99.11 https://github.com/fastrizwaan/WineZGUI.git
cd WineZGUI
sudo ./setup --install ; #systemwide
```
Expand Down
5 changes: 5 additions & 0 deletions resources/appdata/io.github.fastrizwaan.WineZGUI.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@
<update_contact>https://github.com/fastrizwaan/WineZGUI</update_contact>
<translation type="gettext">WineZGUI</translation>
<releases>
<release date="2024-04-17" version="0.99.11">
<description>
<p>Minor bug fixes. shellcheck winezgui thanks to sonic2kk.</p>
</description>
</release>
<release date="2024-03-21" version="0.99.10">
<description>
<p>Fix Script Window Size.</p>
Expand Down

0 comments on commit feef75d

Please sign in to comment.