mirror of
https://github.com/dathere/qsv-easy-windows-installer.git
synced 2025-12-19 00:29:25 +00:00
build: specify version
This commit is contained in:
parent
d9543dd49b
commit
683534797b
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "qsv-easy-installer",
|
"name": "qsv-easy-installer",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "1.0.0",
|
"version": "1.1.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://schema.tauri.app/config/2",
|
"$schema": "https://schema.tauri.app/config/2",
|
||||||
"productName": "qsv-easy-installer",
|
"productName": "qsv-easy-installer",
|
||||||
"version": "1.0.0",
|
"version": "../package.json",
|
||||||
"identifier": "com.qsv-easy-installer.app",
|
"identifier": "com.qsv-easy-installer.app",
|
||||||
"build": {
|
"build": {
|
||||||
"beforeDevCommand": "bun run dev",
|
"beforeDevCommand": "bun run dev",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue