rebranding

This commit is contained in:
pandadev 2024-07-05 03:56:16 +02:00
parent 2695d8cd4c
commit 63460a19b4
No known key found for this signature in database
GPG key ID: C39629DACB8E762F
5 changed files with 30 additions and 30 deletions

View file

@ -6,7 +6,7 @@
<div class="bottom-bar"> <div class="bottom-bar">
<div class="left"> <div class="left">
<img src="/Logo.svg" alt=""> <img src="/Logo.svg" alt="">
<p>Clipboard Manager</p> <p>Qopy</p>
</div> </div>
<div class="right"> <div class="right">
<div class="paste" @click="pasteSelectedItem"> <div class="paste" @click="pasteSelectedItem">

View file

@ -13,7 +13,7 @@
"@tauri-apps/api": "^2.0.0-beta.14", "@tauri-apps/api": "^2.0.0-beta.14",
"@tauri-apps/cli": "^2.0.0-beta.21", "@tauri-apps/cli": "^2.0.0-beta.21",
"@tauri-apps/plugin-autostart": "^2.0.0-beta.6", "@tauri-apps/plugin-autostart": "^2.0.0-beta.6",
"@tauri-apps/plugin-clipboard-manager": "^2.1.0-beta.4", "@tauri-apps/plugin-qopy": "^2.1.0-beta.4",
"@tauri-apps/plugin-global-shortcut": "^2.0.0-beta.6", "@tauri-apps/plugin-global-shortcut": "^2.0.0-beta.6",
"@tauri-apps/plugin-os": "^2.0.0-beta.6", "@tauri-apps/plugin-os": "^2.0.0-beta.6",
"@tauri-apps/plugin-sql": "^2.0.0-beta.6", "@tauri-apps/plugin-sql": "^2.0.0-beta.6",

44
src-tauri/Cargo.lock generated
View file

@ -474,28 +474,6 @@ dependencies = [
"windows-targets 0.52.6", "windows-targets 0.52.6",
] ]
[[package]]
name = "clipboard-manager"
version = "0.1.0"
dependencies = [
"arboard",
"base64 0.22.1",
"image 0.25.1",
"rand 0.8.5",
"rdev",
"serde",
"serde_json",
"sqlx",
"tauri",
"tauri-build",
"tauri-plugin-autostart",
"tauri-plugin-global-shortcut",
"tauri-plugin-os",
"tauri-plugin-sql",
"tauri-plugin-window-state",
"tokio",
]
[[package]] [[package]]
name = "clipboard-win" name = "clipboard-win"
version = "5.3.1" version = "5.3.1"
@ -3154,6 +3132,28 @@ dependencies = [
"bytemuck", "bytemuck",
] ]
[[package]]
name = "qopy"
version = "0.1.0"
dependencies = [
"arboard",
"base64 0.22.1",
"image 0.25.1",
"rand 0.8.5",
"rdev",
"serde",
"serde_json",
"sqlx",
"tauri",
"tauri-build",
"tauri-plugin-autostart",
"tauri-plugin-global-shortcut",
"tauri-plugin-os",
"tauri-plugin-sql",
"tauri-plugin-window-state",
"tokio",
]
[[package]] [[package]]
name = "quick-error" name = "quick-error"
version = "2.0.1" version = "2.0.1"

View file

@ -1,7 +1,7 @@
[package] [package]
name = "clipboard-manager" name = "qopy"
version = "0.1.0" version = "0.1.0"
description = "Clipboard manager" description = "Qopy"
authors = ["pandadev"] authors = ["pandadev"]
edition = "2021" edition = "2021"
rust-version = "1.70" rust-version = "1.70"

View file

@ -1,7 +1,7 @@
{ {
"productName": "Clipboard Manager", "productName": "Qopy",
"version": "0.1.0", "version": "0.1.0",
"identifier": "net.pandadev.clipboard-manager", "identifier": "net.pandadev.qopy",
"build": { "build": {
"frontendDist": "../dist", "frontendDist": "../dist",
"devUrl": "http://localhost:3000", "devUrl": "http://localhost:3000",
@ -11,7 +11,7 @@
"app": { "app": {
"windows": [ "windows": [
{ {
"title": "Clipboard Manager", "title": "Qopy",
"titleBarStyle": "Overlay", "titleBarStyle": "Overlay",
"fullscreen": false, "fullscreen": false,
"resizable": false, "resizable": false,