feat(updater) remove from build tasks

This commit is contained in:
Daniel Thompson-Yvetot
2019-09-08 22:54:04 +02:00
parent 0592341526
commit 58139e3b96

View File

@@ -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"