Developing release scripts for windows Tauri

This commit is contained in:
Igor Katson 2023-12-02 22:56:01 +00:00
parent a0fd71dd20
commit 724691bfc2
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
5 changed files with 46 additions and 10 deletions

View file

@ -1,7 +1,7 @@
{
"name": "rqbit",
"private": true,
"version": "0.0.0",
"version": "4.0.0-beta.3",
"type": "module",
"scripts": {
"dev": "vite",
@ -23,4 +23,4 @@
"typescript": "^5.0.2",
"vite": "^4.4.4"
}
}
}