Implemented weather taskbar widget

This commit is contained in:
Valentin Radu
2022-01-27 04:35:27 +02:00
parent 677b19663d
commit 5d4466147d
39 changed files with 4335 additions and 89 deletions
+7
View File
@@ -78,6 +78,13 @@ jobs:
C:\msys64\usr\bin\patch.exe -N SimpleWindowSwitcher/sws_def.h 972acb76d1e6429133c92ed7cdefd29b9a2c6179.patch
C:\msys64\usr\bin\unix2dos.exe SimpleWindowSwitcher/sws_def.h
exit /b 0
- name: Setup NuGet
uses: nuget/setup-nuget@v1
- name: Restore NuGet packages
run: |
nuget restore ExplorerPatcher.sln
- name: Build funchook
shell: powershell