mirror of
https://github.com/tauri-apps/smoke-tests.git
synced 2026-01-31 00:35:18 +01:00
feat(updater) remove from build tasks
This commit is contained in:
@@ -2,13 +2,13 @@
|
||||
name = "app"
|
||||
version = "0.1.0"
|
||||
description = "A Tauri App"
|
||||
author = [ ]
|
||||
license = ""
|
||||
repository = ""
|
||||
author = [ "Daniel Thompson-Yvetot" ]
|
||||
license = "mit"
|
||||
repository = "https://github.com/tauri-apps/smoke-tests"
|
||||
default-run = "app"
|
||||
|
||||
[package.metadata.bundle]
|
||||
identifier = "com.quasar.dev"
|
||||
identifier = "com.tauri.dev"
|
||||
icon = [
|
||||
"icons/32x32.png",
|
||||
"icons/128x128.png",
|
||||
@@ -36,10 +36,6 @@ includedir = "0.5.0"
|
||||
dev = [ "tauri/dev" ]
|
||||
embedded-server = [ "tauri/embedded-server" ]
|
||||
|
||||
[[bin]]
|
||||
name = "updater"
|
||||
path = "src/updater.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "app"
|
||||
path = "src/main.rs"
|
||||
|
||||
Reference in New Issue
Block a user