Install wine command for Linux Windows build
Some checks failed
Build Windows App / build-windows (push) Failing after 6m38s
Some checks failed
Build Windows App / build-windows (push) Failing after 6m38s
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user