Update project name from "PacBao" to "PakePlus" across configuration files and dependencies
This commit is contained in:
8125
pnpm-lock.yaml
generated
8125
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
2
src-tauri/Cargo.lock
generated
2
src-tauri/Cargo.lock
generated
@@ -3,7 +3,7 @@
|
||||
version = 3
|
||||
|
||||
[[package]]
|
||||
name = "PacBao"
|
||||
name = "PakePlus"
|
||||
version = "1.0.5"
|
||||
dependencies = [
|
||||
"base64 0.22.1",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
[package]
|
||||
name = "PacBao"
|
||||
name = "PakePlus"
|
||||
version = "1.0.5"
|
||||
description = "Turn any webpage into a desktop app and mobile app with Rust."
|
||||
authors = ["1024xiaoshen"]
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"$schema": "https://schema.tauri.app/config/2",
|
||||
"productName": "PacBao",
|
||||
"productName": "PakePlus",
|
||||
"version": "../package.json",
|
||||
"identifier": "com.PacBao.app",
|
||||
"identifier": "com.pakeplus.app",
|
||||
"build": {
|
||||
"devUrl": "http://localhost:1420",
|
||||
"frontendDist": "../src"
|
||||
|
||||
@@ -1,13 +1,9 @@
|
||||
{
|
||||
"identifier": "com.PacBao.app",
|
||||
"identifier": "com.pakeplus.app",
|
||||
"bundle": {
|
||||
"active": true,
|
||||
"targets": "all",
|
||||
"resources": [
|
||||
"./data/custom.js",
|
||||
"./data/man.json",
|
||||
"./data/vconsole.min.js"
|
||||
],
|
||||
"resources": ["./data/man.json", "./data/vconsole.min.js"],
|
||||
"createUpdaterArtifacts": true,
|
||||
"icon": [
|
||||
"icons/32x32.png",
|
||||
|
||||
@@ -1,13 +1,9 @@
|
||||
{
|
||||
"identifier": "com.PacBao.app",
|
||||
"identifier": "com.pakeplus.app",
|
||||
"bundle": {
|
||||
"active": true,
|
||||
"targets": "all",
|
||||
"resources": [
|
||||
"./data/custom.js",
|
||||
"./data/man.json",
|
||||
"./data/vconsole.min.js"
|
||||
],
|
||||
"resources": ["./data/man.json", "./data/vconsole.min.js"],
|
||||
"createUpdaterArtifacts": true,
|
||||
"icon": [
|
||||
"icons/32x32.png",
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
{
|
||||
"identifier": "com.PacBao.app",
|
||||
"identifier": "com.pakeplus.app",
|
||||
"bundle": {
|
||||
"active": true,
|
||||
"targets": "all",
|
||||
"resources": [
|
||||
"./data/custom.js",
|
||||
"./data/man.json",
|
||||
"./data/vconsole.min.js",
|
||||
"./data/rh.exe"
|
||||
|
||||
Reference in New Issue
Block a user