Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
アイコンのパスを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
tasuren committed Oct 21, 2023
1 parent 1cb4b6d commit a2dadf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ panic = "abort"
[package.metadata.bundle]
name = "aSynthe"
identifier = "jp.tasuren.a-synthe"
icon = ["static/icon/main.png"]
icon = ["release/icon/main.png"]
copyright = "(c) 2022 Takagi Tasuku"
category = "public.app-category.utilities"
long_description = "音階を検出してためのソフトで、簡易的なMIDI出力機能を持っています。"
Expand Down
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use tauri_winres::WindowsResource;
#[cfg(target_os = "windows")]
fn main() {
let mut res = WindowsResource::new();
res.set_icon("static/icon/main.ico");
res.set_icon("release/icon/main.ico");
res.compile().unwrap();
}

Expand Down

0 comments on commit a2dadf2

Please sign in to comment.