Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
pdone committed Jun 18, 2024
1 parent 2901552 commit 13b0375
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
msbuild FreeControl.sln /p:Configuration=Release /p:Platform="Any CPU" /p:OutputPath="../output"
$filePath = "output/Freecontrol.exe"
$sha256Hash = (Get-FileHash -Algorithm SHA256 -Path $filePath).Hash
$sha256Hash > "output/SHA256 $sha256Hash"
$sha256Hash > "output/SHA256"
- uses: softprops/action-gh-release@v2
- name: Release
uses: softprops/action-gh-release@v2
with:
files: |
output/FreeControl.exe
output/SHA256*
body_path: output/SHA256
files: output/FreeControl.exe
name: ${{ github.ref_name }}
draft: true
draft: true
4 changes: 2 additions & 2 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Based on the open source project [**scrcpy**](https://github.com/Genymobile/scrc

## Interface

![](https://raw.githubusercontent.com/pdone/static/master/img/article/free-control/1.6.8_1_en.png)
![](https://raw.githubusercontent.com/pdone/static/master/img/article/free-control/latest_home_en.png)

![](https://raw.githubusercontent.com/pdone/static/master/img/article/free-control/1.6.8_2_en.png)
![](https://raw.githubusercontent.com/pdone/static/master/img/article/free-control/latest_setting_en.png)

![](https://raw.githubusercontent.com/pdone/static/master/img/article/free-control/v1.4.0_5.gif)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@

## 界面

![](https://raw.githubusercontent.com/pdone/static/master/img/article/free-control/1.7.0_1.png)
![](https://raw.githubusercontent.com/pdone/static/master/img/article/free-control/latest_home.png)

![](https://raw.githubusercontent.com/pdone/static/master/img/article/free-control/1.7.0_2.png)
![](https://raw.githubusercontent.com/pdone/static/master/img/article/free-control/latest_setting.png)

![](https://raw.githubusercontent.com/pdone/static/master/img/article/free-control/v1.4.0_5.gif)

Expand Down

0 comments on commit 13b0375

Please sign in to comment.