diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 32ee132..a38a803 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,11 +22,6 @@ jobs: target: x86_64-unknown-linux-gnu name: linux-ubuntu - - build: linux - os: ubuntu-latest - target: x86_64-pc-windows-gnu - name: windows-unix-built - - build: macos os: macos-latest target: x86_64-apple-darwin diff --git a/src/main.rs b/src/main.rs index e86eba2..1188805 100644 --- a/src/main.rs +++ b/src/main.rs @@ -646,7 +646,7 @@ pub fn main() -> iced::Result { Amdu::run(Settings { exit_on_close_request: false, window: window::Settings { - icon: Some(icon::from_file_data(include_bytes!("../icon.png"), Some(image::ImageFormat::Png)).expect("Failed to load icon")), + icon: Some(icon::from_file_data(include_bytes!("..\\icon.png"), Some(image::ImageFormat::Png)).expect("Failed to load icon")), ..Default::default() }, ..Settings::default()