File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ jobs:
222222 run : ctest
223223
224224 - name : create zip archive
225- run : zip fastfetch-$(./fastfetch --version-raw)-Win64.zip *.dll fastfetch.exe flashfetch.exe
225+ run : zip fastfetch-$(./fastfetch --version-raw)-Win64.zip *.dll fastfetch.exe flashfetch.exe presets
226226
227227 - name : upload artifacts
228228 uses : actions/upload-artifact@v3
@@ -280,7 +280,7 @@ jobs:
280280 run : ctest
281281
282282 - name : create zip archive
283- run : zip fastfetch-$(./fastfetch --version-raw)-Win32.zip *.dll fastfetch.exe flashfetch.exe
283+ run : zip fastfetch-$(./fastfetch --version-raw)-Win32.zip *.dll fastfetch.exe flashfetch.exe presets
284284
285285 - name : upload artifacts
286286 uses : actions/upload-artifact@v3
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ Bugfixes:
88Features:
99* Add option ` --percent-ndigits `
1010* Add command flag ` --config ` as an alias of ` --load-config `
11+ * Windows packages now include presets (Windows)
1112
1213# 2.0.2
1314
You can’t perform that action at this time.
0 commit comments