diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/deployed.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/deployed.sh b/scripts/deployed.sh index c92693b..fad11e5 100755 --- a/scripts/deployed.sh +++ b/scripts/deployed.sh @@ -2,7 +2,10 @@ version="$(nix eval --file ./version.nix)" -echo "\"$((version + 1))\"" >./version.nix +cat >./version.nix <<EOF +# NOTE: Change this _EVERY_ time you actually use a new keymap. <2024-12-29> +$((version + 1)) +EOF cp ./result/binary_output/zsa_moonlander_* deployes/ |