Skip to content

Commit

Permalink
Merge pull request #152 from shelllet/dev
Browse files Browse the repository at this point in the history
update
  • Loading branch information
shelllet authored Aug 16, 2024
2 parents 1c13c4b + 06b99fe commit 3ba28ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,5 @@ jobs:
mkdir -p /var/www
cp -Rf ./docx/* /var/www
mkdir -p /var/www/_media/simple
cd /var/www/_media/simple
if [ ! -f /var/www/_media/simple/winui++${{ vars.VERSION }}-setup.x64.exe ]; then
curl -L --create-dirs -o winui++${{ vars.VERSION }}-setup.x64.exe https://winui.net/simple/v3/download
fi
sudo chown -R caddy:caddy /var/www/_media/simple
shell: bash
2 changes: 1 addition & 1 deletion docx/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

### Note

1. 64位下载(x64):https://winui.net/_media/simple/winui++0.37.0-setup.x64.exe
1. 64位下载(x64):https://bitbucket.org/winui-release/version/downloads/winui0.37.0-setup.x64.exe


## [0.36.1](https://github.com/shelllet/winui/compare/main...dev) (2024-07-07)
Expand Down

0 comments on commit 3ba28ba

Please sign in to comment.