mirror of
https://github.com/gnh1201/welsonjs.git
synced 2024-11-26 07:21:43 +00:00
Remove orphan files
This commit is contained in:
parent
0777faaa5b
commit
4401ba6847
|
@ -1,2 +0,0 @@
|
|||
@echo off
|
||||
cscript app.js grpcloader
|
|
@ -1,9 +0,0 @@
|
|||
// grpcloader.js
|
||||
var Py3 = require("lib/python3");
|
||||
|
||||
function main(args) {
|
||||
var py = Py3.create("win32");
|
||||
py.runScript("app/assets/py/apploader.py");
|
||||
}
|
||||
|
||||
exports.main = main;
|
|
@ -1,3 +0,0 @@
|
|||
@echo off
|
||||
bin\python-3.10.2-embed\win32\python app/assets/py/apploader_test.py
|
||||
pause
|
Loading…
Reference in New Issue
Block a user