update: add new wine version

This commit is contained in:
msojocs 2025-01-17 22:48:09 +08:00
parent abeecb601c
commit bf19db4f47
8 changed files with 3861 additions and 3504 deletions

View File

@ -18,7 +18,7 @@ on:
jobs:
build:
name: Build Base Packages
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
@ -81,7 +81,7 @@ jobs:
name: Test for spec
needs:
- build
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
node-version: [18.x]

View File

@ -22,5 +22,6 @@
"miniprogram-ci": "^1.9.8",
"mocha": "^10.0.0",
"ts-node": "^10.9.1"
}
},
"packageManager": "pnpm@9.15.0+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c"
}

7348
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@ -46,7 +46,7 @@ docker_start(){
--env=TZ=Asia/Shanghai\
--volume=winehome:/home/wineuser\
-p 8083:8083\
scottyhardy/docker-wine:latest\
scottyhardy/docker-wine:stable-9.0-20240804\
wine /workspace/cache/nwjs-sdk-v$nw_version-win-x64/nw.exe
i=0

View File

@ -1,7 +1,9 @@
// initialize your app
// and ...
console.log("main.js");
console.log("====================================================================");
console.log("==============================main.js===============================");
console.log("====================================================================");
const fs = require("fs");
console.log("fs:", fs);
const wcc = require("./wcc");
@ -10,7 +12,7 @@ console.log("wcc:", wcc);
const { createServer } = require("http");
const HOST = "0.0.0.0";
const PORT = "8083";
const PORT = 8083;
const Handle = {
/**

View File

@ -1,5 +1,5 @@
{
"name": "helloworld",
"main": "main.js",
"show": "false"
"show": false
}

0
test/wine/wcc.exe Executable file → Normal file
View File

0
test/wine/wcsc.exe Executable file → Normal file
View File