Skip to content

Commit

Permalink
0.94.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fastrizwaan committed Mar 6, 2023
1 parent c158b5d commit b806622
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 16 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Flatpak-Wine (wine-8.0) (wine-7.0) and (wine-5.0.5) and Flatpak-Proton GE 7.49 Stable

![](https://github.com/fastrizwaan/flatpak-wine/releases/download/0.94.2/winezgui-0.94.2.png)
![](https://github.com/fastrizwaan/flatpak-wine/releases/download/0.94.5/winezgui-0.94.5.png)

### Features

Expand All @@ -23,11 +23,11 @@
flatpak --user remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak --user -y install flathub org.winehq.Wine/x86_64/stable-22.08
# Download flatpak-winezgui
wget -c https://github.com/fastrizwaan/flatpak-wine/releases/download/0.94.2/flatpak-winezgui_0.94.2_20230305.flatpak
wget -c https://github.com/fastrizwaan/flatpak-wine/releases/download/0.94.2/flatpak-wine8_0.94.2_20230305.flatpak
wget -c https://github.com/fastrizwaan/flatpak-wine/releases/download/0.94.5/flatpak-winezgui_0.94.5_20230306.flatpak
wget -c https://github.com/fastrizwaan/flatpak-wine/releases/download/0.94.5/flatpak-wine8_0.94.5_20230306.flatpak
# Install
flatpak --user install flatpak-winezgui_0.94.2_20230305.flatpak
flatpak --user install flatpak-wine8_0.94.2_20230305.flatpak
flatpak --user install flatpak-winezgui_0.94.5_20230306.flatpak
flatpak --user install flatpak-wine8_0.94.5_20230306.flatpak
# Run
flatpak run io.github.fastrizwaan.WineZGUI
flatpak run io.github.fastrizwaan.flatpak-wine8
Expand Down
2 changes: 1 addition & 1 deletion flatpak-proton/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ APP_ID="io.github.fastrizwaan.flatpak-proton"
SHORT_APP_ID="flatpak-proton-ge"
DATE=$(date +'%Y%m%d')

WINEZGUI_VERSION=0.94.2
WINEZGUI_VERSION=0.94.5

if [ "${1}" = "sdk" ] ; then
sudo flatpak --system remote-add --if-not-exists \
Expand Down
2 changes: 1 addition & 1 deletion flatpak-proton/io.github.fastrizwaan.flatpak-proton.yml
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ modules:
# (PROTON.VERSION) will be changed by install.sh
sources:
- type: git
tag: 0.94.2
tag: 0.94.5
url: https://github.com/fastrizwaan/WineZGUI.git

cleanup:
Expand Down
2 changes: 1 addition & 1 deletion flatpak-wine5/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ APP_ID="io.github.fastrizwaan.flatpak-wine5"
SHORT_APP_ID="flatpak-wine5"
DATE=$(date +'%Y%m%d')

WINEZGUI_VERSION=0.94.2
WINEZGUI_VERSION=0.94.5
BRANCH=22.08

# handle relative path for building
Expand Down
2 changes: 1 addition & 1 deletion flatpak-wine5/io.github.fastrizwaan.flatpak-wine5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ modules:
/app/share/applications/io.github.fastrizwaan.WineZGUI.desktop
sources:
- type: git
tag: 0.94.2
tag: 0.94.5
url: https://github.com/fastrizwaan/WineZGUI.git

cleanup:
Expand Down
2 changes: 1 addition & 1 deletion flatpak-wine7/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ APP_ID="io.github.fastrizwaan.flatpak-wine7"
SHORT_APP_ID="flatpak-wine7"
DATE=$(date +'%Y%m%d')

WINEZGUI_VERSION=0.94.2
WINEZGUI_VERSION=0.94.5
BRANCH=22.08

# handle relative path for building
Expand Down
2 changes: 1 addition & 1 deletion flatpak-wine7/io.github.fastrizwaan.flatpak-wine7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ modules:
/app/share/applications/io.github.fastrizwaan.WineZGUI.desktop
sources:
- type: git
tag: 0.94.2
tag: 0.94.5
url: https://github.com/fastrizwaan/WineZGUI.git

cleanup:
Expand Down
2 changes: 1 addition & 1 deletion flatpak-wine8/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ APP_ID="io.github.fastrizwaan.flatpak-wine8"
SHORT_APP_ID="flatpak-wine8"
DATE=$(date +'%Y%m%d')

WINEZGUI_VERSION=0.94.2
WINEZGUI_VERSION=0.94.5
BRANCH=22.08

# handle relative path for building
Expand Down
2 changes: 1 addition & 1 deletion flatpak-wine8/io.github.fastrizwaan.flatpak-wine8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ modules:
/app/share/applications/io.github.fastrizwaan.WineZGUI.desktop
sources:
- type: git
tag: 0.94.2
tag: 0.94.5
url: https://github.com/fastrizwaan/WineZGUI.git

cleanup:
Expand Down
2 changes: 1 addition & 1 deletion flatpak-winezgui/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ APP_ID="io.github.fastrizwaan.WineZGUI"
SHORT_APP_ID="flatpak-winezgui"
DATE=$(date +'%Y%m%d')

WINEZGUI_VERSION=0.94.2
WINEZGUI_VERSION=0.94.5

if [ "${1}" = "sdk" ] ; then
sudo flatpak --system remote-add --if-not-exists \
Expand Down
2 changes: 1 addition & 1 deletion flatpak-winezgui/io.github.fastrizwaan.WineZGUI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,5 +140,5 @@ modules:
- ./setup --install --flatpak --prefix=/app
sources:
- type: git
tag: 0.94.2
tag: 0.94.5
url: https://github.com/fastrizwaan/WineZGUI.git
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,5 @@ modules:
- ./setup --install --flatpak --prefix=/app
sources:
- type: git
tag: 0.94.2
tag: 0.94.5
url: https://github.com/fastrizwaan/WineZGUI.git
Empty file added sha256sums-_20230306.txt
Empty file.

0 comments on commit b806622

Please sign in to comment.