1
0
Fork 0
mirror of synced 2024-05-03 12:03:22 +12:00
This commit is contained in:
Rafał Mikrut 2024-02-07 14:03:25 +01:00
parent 1844f69b71
commit b28e4af7c6
10 changed files with 10 additions and 10 deletions

View file

@ -23,7 +23,7 @@ jobs:
# New versions of nightly rust may call new unimplemented in eyra functions, so use const version
- name: Setup rust version
run: rustup default nightly-2023-12-14
run: rustup default nightly-2024-02-06
- name: Add eyra
run: |

View file

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2020-2023 Rafał Mikrut
Copyright (c) 2020-2024 Rafał Mikrut
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View file

@ -25,7 +25,7 @@ cargo run --release --bin czkawka_cli --features "heif,libraw"
```
on linux to build fully static binary with eyra you need to use (this is only for crazy people, so just use command above if you don't know what you are doing)
```shell
rustup default nightly-2023-11-16 # or any newer nightly that works fine with eyra
rustup default nightly-2024-02-06 # or any newer nightly that works fine with eyra
cd czkawka_cli
cargo add eyra --rename=std
echo 'fn main() { println!("cargo:rustc-link-arg=-nostartfiles"); }' > build.rs

View file

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2020-2023 Rafał Mikrut
Copyright (c) 2020-2024 Rafał Mikrut
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View file

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2020-2023 Rafał Mikrut
Copyright (c) 2020-2024 Rafał Mikrut
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View file

@ -108,7 +108,7 @@ impl GuiAbout {
}
pub fn update_language(&self) {
let mut comment_text: String = "2020 - 2023 Rafał Mikrut(qarmin)\n\n".to_string();
let mut comment_text: String = "2020 - 2024 Rafał Mikrut(qarmin)\n\n".to_string();
comment_text += &flg!("about_window_motto");
self.about_dialog.set_comments(Some(&comment_text));

View file

@ -4,7 +4,7 @@
<!-- interface-name about_dialog.ui -->
<requires lib="gtk" version="4.6"/>
<object class="GtkAboutDialog" id="about_dialog">
<property name="comments" translatable="yes">2020 - 2023 Rafał Mikrut(qarmin)
<property name="comments" translatable="yes">2020 - 2024 Rafał Mikrut(qarmin)
This program is free to use and will always be.
</property>

View file

@ -342,7 +342,7 @@
(10,7,"GtkButton","buttons_popover_sort_selection",2,None,None,None,4,None)
</object>
<object_property>
(3,1,"GtkAboutDialog","comments","2020 - 2023 Rafał Mikrut(qarmin)
(3,1,"GtkAboutDialog","comments","2020 - 2024 Rafał Mikrut(qarmin)
This program is free to use and will always be.
",1,None,None,None,None,None,None,None,None),

View file

@ -221,7 +221,7 @@ Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode:
Czkawka Slint Gui Copyright (C) 2023 Rafał Mikrut
Czkawka Slint Gui Copyright (C) 2024 Rafał Mikrut
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details.

View file

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2020-2023 Rafał Mikrut
Copyright (c) 2020-2024 Rafał Mikrut
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal