mirror of
https://github.com/msojocs/wx-compiler.git
synced 2025-07-19 00:00:04 +08:00
update: add new wine version
This commit is contained in:
parent
abeecb601c
commit
bf19db4f47
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -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]
|
||||
|
@ -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
7348
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
|
@ -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 = {
|
||||
/**
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "helloworld",
|
||||
"main": "main.js",
|
||||
"show": "false"
|
||||
"show": false
|
||||
}
|
0
test/wine/wcc.exe
Executable file → Normal file
0
test/wine/wcc.exe
Executable file → Normal file
0
test/wine/wcsc.exe
Executable file → Normal file
0
test/wine/wcsc.exe
Executable file → Normal file
Loading…
x
Reference in New Issue
Block a user