Skip to content

Commit

Permalink
chore: change identifier for release
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrchen committed Aug 17, 2024
1 parent a884b7b commit ee4accc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src-tauri/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ fn setup(app: &mut App) -> Result<(), Box<dyn std::error::Error>> {
.content_protected(true);
}

#[allow(unused_variables)]
let webiview = builder.build()?;

#[cfg(debug_assertions)]
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"productName": "hackernews",
"version": "0.0.0",
"identifier": "com.tauri.dev",
"identifier": "com.acme.hackernews",
"build": {
"beforeDevCommand": "cd hackernews && dx serve --port 8080 --hot-reload",
"devUrl": "http://localhost:8080",
Expand Down

0 comments on commit ee4accc

Please sign in to comment.