mirror of
https://github.com/msojocs/wechat-web-devtools-linux.git
synced 2025-07-22 00:00:04 +08:00
update: 摆脱wine依赖
This commit is contained in:
parent
d62b8dad10
commit
3f5de03ff0
BIN
compiler/wcc
Normal file
BIN
compiler/wcc
Normal file
Binary file not shown.
BIN
compiler/wcsc
Normal file
BIN
compiler/wcsc
Normal file
Binary file not shown.
@ -273,12 +273,12 @@ const patch_wcc_wcsc = function () {
|
|||||||
|
|
||||||
return new Promise((resolve, reject) => {
|
return new Promise((resolve, reject) => {
|
||||||
fs.copyFileSync(
|
fs.copyFileSync(
|
||||||
path.resolve(__dirname, "../wine/wcc"),
|
path.resolve(__dirname, "../compiler/wcc"),
|
||||||
path.resolve(__dirname, "../package.nw/js/vendor/wcc")
|
path.resolve(__dirname, "../package.nw/js/vendor/wcc.exe")
|
||||||
);
|
);
|
||||||
fs.copyFileSync(
|
fs.copyFileSync(
|
||||||
path.resolve(__dirname, "../wine/wcsc"),
|
path.resolve(__dirname, "../compiler/wcsc"),
|
||||||
path.resolve(__dirname, "../package.nw/js/vendor/wcsc")
|
path.resolve(__dirname, "../package.nw/js/vendor/wcsc.exe")
|
||||||
);
|
);
|
||||||
|
|
||||||
resolve();
|
resolve();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user