Remove orphan files

This commit is contained in:
Namhyeon Go 2024-09-02 12:48:07 +09:00
parent 0777faaa5b
commit 4401ba6847
3 changed files with 0 additions and 14 deletions

View File

@ -1,2 +0,0 @@
@echo off
cscript app.js grpcloader

View File

@ -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;

View File

@ -1,3 +0,0 @@
@echo off
bin\python-3.10.2-embed\win32\python app/assets/py/apploader_test.py
pause