Install wine command for Linux Windows build
Some checks failed
Build Windows App / build-windows (push) Failing after 6m38s

This commit is contained in:
MrSphay
2026-05-01 13:30:59 +02:00
parent 53f5140e77
commit 0f7a8c76e0
2 changed files with 6 additions and 1 deletions

View File

@@ -34,7 +34,8 @@ jobs:
$SUDO dpkg --add-architecture i386 $SUDO dpkg --add-architecture i386
$SUDO apt-get update $SUDO apt-get update
$SUDO apt-get install -y --no-install-recommends wine64 wine32 $SUDO apt-get install -y --no-install-recommends wine wine64 wine32
wine --version
- name: Install dependencies - name: Install dependencies
run: npm install run: npm install

View File

@@ -4,6 +4,10 @@
"description": "Desktop helper for replacing CHANGE_ME placeholders in .env files.", "description": "Desktop helper for replacing CHANGE_ME placeholders in .env files.",
"author": "MrSphay", "author": "MrSphay",
"private": true, "private": true,
"repository": {
"type": "git",
"url": "ssh://git@git.wilkensxl.de:2222/MrSphay/envHelper.git"
},
"main": "dist-electron/main.js", "main": "dist-electron/main.js",
"type": "module", "type": "module",
"scripts": { "scripts": {