Skip to content

Commit

Permalink
add right identifier back
Browse files Browse the repository at this point in the history
  • Loading branch information
atilafassina committed Jun 4, 2024
1 parent 399e791 commit 5526fe5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src-tauri/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ async fn get_dir_data(pattern: &str) -> Result<Vec<FolderStat>, Error> {
Ok(util::order_list(result))
}

#[allow(unused_mut)]
#[allow(unused_imports)]
pub fn run() {
let mut builder = tauri::Builder::default()
.plugin(tauri_plugin_fs::init())
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": "pulsar",
"version": "0.1.0",
"identifier": "com.tauri.dev",
"identifier": "pulsar.atila.io",
"build": {
"beforeDevCommand": "pnpm dev",
"beforeBuildCommand": "pnpm build",
Expand Down

0 comments on commit 5526fe5

Please sign in to comment.