File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11
11
contents : write
12
12
name : Publish binaries
13
13
runs-on : ubuntu-latest
14
- container : fedora:39
14
+ container : fedora:40
15
15
16
16
steps :
17
17
- uses : actions/checkout@v3
26
26
run : sudo dnf install -y libadwaita-devel gtk4-devel make cargo gettext-devel zip
27
27
28
28
- name : Build
29
- run : cargo build --release
29
+ run : GETTEXT_SYSTEM=true cargo build --release
30
30
31
31
- name : Make Zip
32
32
run : |
Original file line number Diff line number Diff line change 40
40
<url type =" help" >https://dvlv.github.io/BoxBuddyRS</url >
41
41
42
42
<releases >
43
+ <release version =" 2.5.1" date =" 2024-12-27" >
44
+ <description >
45
+ <p >Security Updates</p >
46
+ </description >
47
+ </release >
43
48
<release version =" 2.5.0" date =" 2024-12-04" >
44
49
<description >
45
50
<p >Added the ability to spawn a Flatpak of the user's preferred terminal</p >
Original file line number Diff line number Diff line change @@ -924,7 +924,7 @@ fn show_about_popup(window: &ApplicationWindow) {
924
924
let d = adw:: AboutWindow :: new ( ) ;
925
925
d. set_transient_for ( Some ( window) ) ;
926
926
d. set_application_name ( "BoxBuddy" ) ;
927
- d. set_version ( "2.5.0 " ) ;
927
+ d. set_version ( "2.5.1 " ) ;
928
928
d. set_developer_name ( "Dvlv" ) ;
929
929
d. set_license_type ( gtk:: License :: MitX11 ) ;
930
930
// TRANSLATORS: Description of the application
You can’t perform that action at this time.
0 commit comments