File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 5656 fail-fast : false
5757 matrix :
5858 app :
59- - { name: wine, pkgs: dxvk-async-git mono vkd3d-proton-mingw-git wine-gecko wine-mono wine-staging-wow64 winetricks }
59+ - { name: wine, pkgs: dxvk-async-git mono vkd3d-proton-mingw-git wine-gecko wine-mono wine-staging winetricks }
6060 - { name: emus, pkgs: ares-emu-avx-git cemu citra-canary-git ryujinx suyu-dev-qt6-git }
6161 runs-on : ubuntu-latest
6262 container : archlinux:latest
Original file line number Diff line number Diff line change @@ -24,6 +24,16 @@ brun() {
2424 chmod +x " $1 "
2525}
2626
27+ urun () {
28+ outfunc apprun | sed ' 5s/ / umu-run /' > " $1 "
29+ chmod +x " $1 "
30+ }
31+
32+ wrun () {
33+ outfunc apprun | sed ' 5s/ / wine /;5s/)/).exe/' > " $1 "
34+ chmod +x " $1 "
35+ }
36+
2737appa () { arun " $DIR " /AppRun; }
2838appb () { brun " $DIR " /AppRun; }
2939
@@ -138,6 +148,12 @@ case "$1" in
138148 echo Built by July 🏳️🌈
139149 printf ' \e[0m'
140150 exit ;;
151+ -u )
152+ urun " $2 "
153+ exit ;;
154+ -w )
155+ wrun " $2 "
156+ exit ;;
141157 -* | ' ' )
142158 echo " Usage: appdwarf [option] [APP/FILE/FOLDER/URL] [compression options]"
143159 echo " -a [FILE] write example AppRun file"
You can’t perform that action at this time.
0 commit comments