Last active
August 14, 2022 19:21
-
-
Save torgeir/263632c21bb19138660b12947229c8f1 to your computer and use it in GitHub Desktop.
Wine tkg with fsync support for running helix native on arch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd | |
git clone [email protected]:Frogging-Family/wine-tkg-git.git Code/wine-tkg-git | |
pushd Code/wine-tkg-git/wine-tkg-git | |
git checkout master | |
# vim customizations.cfg: _staging_version="v7.15", _use_fsync="true" | |
# why tho? | |
rm -rf wine-tkg-patches/hotfixes/mfplat | |
# select 0, the customizations has settings for fsync | |
makepkg -si | |
popd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment