1 Star 0 Fork 5

HaoHaoJang/WebSQL

forked from 佲日/WebSQL 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
release.bat 273 Bytes
一键复制 编辑 原始数据 按行查看 历史
张德涛 提交于 2023-03-07 13:51 . 发布后自动启动
@echo off
set target=E:\workspace\WebSQL2
tskill WebSql
go build -o WebSql.exe main.go
del /q %target%\WebSql.exe
mv WebSql.exe %target%
cd web-src
call npm run build
del /s /q %target%\static\*
xcopy /Y /e dist %target%\static
cd ..
start /b %target%\WebSql.exe
PAUSE
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/haohaoJang/websql.git
[email protected]:haohaoJang/websql.git
haohaoJang
websql
WebSQL
master

搜索帮助