Skip to content

Commit

Permalink
fix: revert version
Browse files Browse the repository at this point in the history
  • Loading branch information
vincehi committed Jun 10, 2024
1 parent 424e284 commit b6bbb80
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 17 deletions.
4 changes: 0 additions & 4 deletions src-tauri/src/utils/audio_utils.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
extern crate taglib;

use std::fs::File;
use std::io::{self, Read};
use std::path::Path;

// pub async fn extract_audio_files<F>(
// dir: &str,
// mut callback: F,
Expand Down
18 changes: 5 additions & 13 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "pulp",
"version": "1.2.0"
"version": "1.1.1"
},
"tauri": {
"allowlist": {
Expand All @@ -24,16 +24,12 @@
"all": true,
"fs": {
"all": true,
"scope": [
"**"
]
"scope": ["**"]
},
"protocol": {
"all": true,
"asset": true,
"assetScope": [
"**"
]
"assetScope": ["**"]
},
"dialog": {
"all": true,
Expand All @@ -56,9 +52,7 @@
"deb": {
"depends": []
},
"externalBin": [
"binaries/streaming_extractor_music"
],
"externalBin": ["binaries/streaming_extractor_music"],
"icon": [
"icons/32x32.png",
"icons/128x128.png",
Expand All @@ -75,9 +69,7 @@
"providerShortName": null,
"signingIdentity": null
},
"resources": [
"resources/*"
],
"resources": ["resources/*"],
"shortDescription": "",
"targets": "all",
"windows": {
Expand Down

0 comments on commit b6bbb80

Please sign in to comment.