Native Access

Native Access
🌎 descrição traduzida automaticamente 🇺🇸 -> 🇧🇷 👇🏻
A maneira aprimorada de gerenciar todo o seu software Native Instruments.
#!/bin/bash
set -e
source <(curl -sSL https://estudio-debian.pages.dev/functions.lib)
if command -v winetricks >/dev/null 2>&1; then
winetricks -f -q dotnet48 powershell 2>/dev/null
winetricks -f -q win11 2>/dev/null
else
bashrun-url yabridge-dev
fi
script() {
TARGET="https://native-instruments.com/fileadmin/downloads/Native-Access_2.exe"
download
wine "$PWD"/Native-Access_2.exe
}
tmprun script
bashrun-url winemenubuilder
