Skip to content

Commit

Permalink
ff
Browse files Browse the repository at this point in the history
  • Loading branch information
wiiznokes committed Nov 10, 2024
1 parent fe934d0 commit ca0ac0c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set windows-powershell := true

export FAN_CONTROL_VERSION := '24.04'
export FAN_CONTROL_VERSION := '2024.11'
export FAN_CONTROL_COMMIT := `git rev-parse --short HEAD`

rootdir := ''
Expand Down
4 changes: 4 additions & 0 deletions scripts/update.nu
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ def "main change_version" [] {
str replace -r '<release version=".*" date=".*">' $"<release version=\"($version)\" date=\"($date)\">" |
save $meta_file -f

open justfile --raw | decode utf-8 |
str replace -r 'export FAN_CONTROL_VERSION := \'.*\'' $"export FAN_CONTROL_VERSION := \'($version)\'" |
save justfile -f

}

def "main changen" [] {
Expand Down

0 comments on commit ca0ac0c

Please sign in to comment.