diff --git a/czkawka_gui/icons/icon_about.png b/czkawka_gui/icons/icon_about.png new file mode 100644 index 0000000..7d6cff7 Binary files /dev/null and b/czkawka_gui/icons/icon_about.png differ diff --git a/czkawka_gui/src/gui_structs/gui_data.rs b/czkawka_gui/src/gui_structs/gui_data.rs index 43318ce..ef49980 100644 --- a/czkawka_gui/src/gui_structs/gui_data.rs +++ b/czkawka_gui/src/gui_structs/gui_data.rs @@ -33,7 +33,7 @@ use crate::help_functions::BottomButtonsEnum; use crate::notebook_enums::*; use crate::taskbar_progress::TaskbarProgress; -pub const ICON_ABOUT: &[u8; 4458] = include_bytes!("../../../snap/gui/czkawka.png"); +pub const ICON_ABOUT: &[u8; 4458] = include_bytes!("../../icons/icon_about.png"); pub const CZK_ICON_ADD: &[u8; 677] = include_bytes!("../../icons/czk_add.svg"); pub const CZK_ICON_COMPARE: &[u8; 5700] = include_bytes!("../../icons/czk_compare.svg"); pub const CZK_ICON_DELETE: &[u8; 489] = include_bytes!("../../icons/czk_delete.svg"); diff --git a/misc/cargo/PublishOther.sh b/misc/cargo/PublishOther.sh index 475cd92..1c3d5d6 100755 --- a/misc/cargo/PublishOther.sh +++ b/misc/cargo/PublishOther.sh @@ -33,11 +33,11 @@ git reset --hard cd "$CZKAWKA_PATH/czkawka_cli" -sed -i "s/{ path = \"..\/czkawka_core\" }/\"=$NUMBER\"/g" "$CZKAWKA_PATH/czkawka_cli/Cargo.toml" -cargo publish --allow-dirty +# sed -i "s/{ path = \"..\/czkawka_core\" }/\"=$NUMBER\"/g" "$CZKAWKA_PATH/czkawka_cli/Cargo.toml" +cargo publish # --allow-dirty git reset --hard cd "$CZKAWKA_PATH/czkawka_gui" -sed -i "s/{ path = \"..\/czkawka_core\" }/\"=$NUMBER\"/g" "$CZKAWKA_PATH/czkawka_gui/Cargo.toml" -cargo publish --allow-dirty +# sed -i "s/{ path = \"..\/czkawka_core\" }/\"=$NUMBER\"/g" "$CZKAWKA_PATH/czkawka_gui/Cargo.toml" +cargo publish # --allow-dirty git reset --hard