Skip to content

Commit

Permalink
casks: add requires_rosetta
Browse files Browse the repository at this point in the history
  • Loading branch information
Gcenx authored Jan 28, 2024
1 parent e35ac17 commit 8991681
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Casks/game-porting-toolkit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,7 @@
caveats <<~EOS
Please follow the instructions in the Game Porting Toolkit README to complete installation.
EOS
caveats do
requires_rosetta
end
end
3 changes: 3 additions & 0 deletions Casks/portingkit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@
With #{token}, you can install Windows games and apps on macOS easily
using Wineskin technology!
EOS
caveats do
requires_rosetta
end
end
3 changes: 3 additions & 0 deletions Casks/wine-crossover.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,7 @@
[HKCU\\Software\\Wine\\Mac Driver]
"ForceOpenGLBackingStore"="y"
EOS
caveats do
requires_rosetta
end
end
4 changes: 4 additions & 0 deletions Casks/wineskin-devel.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,8 @@
"~/Library/Caches/com.unofficial.wineskin",
"~/Library/Caches/com.unofficial.wineskinwinery",
]

caveats do
requires_rosetta
end
end
4 changes: 4 additions & 0 deletions Casks/wineskin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,8 @@
"~/Library/Caches/com.unofficial.wineskin",
"~/Library/Caches/com.unofficial.wineskinwinery",
]

caveats do
requires_rosetta
end
end

0 comments on commit 8991681

Please sign in to comment.