Skip to content

Commit

Permalink
update readme / workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
atticus-lv committed Dec 6, 2024
1 parent b19e946 commit 18a8199
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: mkdir upload

- name: Publish win-x64
run: dotnet publish ./src/VirtualStreetSnap -c Release
run: dotnet publish ./src/VirtualStreetSnap -c Release -r win-x64 --self-contained -p:PublishAot=true

- name: Zip win-x64
run: |
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## VirtualStreetSnap

English/[中文](README.zh.md)

VirtualStreetSnap is a screenshot tool for save virtual street view basic on avaloniaui.

Compare to other screenshot tool, VirtualStreetSnap provide a more camera-like experience.
Expand All @@ -15,7 +17,7 @@ Compare to other screenshot tool, VirtualStreetSnap provide a more camera-like e
![ImageEditor](docs/images/picker.png)

### Features
English/[中文](README.zh.md)

> v0.1.5
+ SnapShot view
Expand Down
4 changes: 3 additions & 1 deletion README.zh.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## VirtualStreetSnap

[English](README.md)/中文

VirtualStreetSnap 是一个基于 avaloniaui 上保存虚拟街景基础的屏幕截图工具。

与其他屏幕截图工具相比,VirtualStreetSnap 提供了更像相机的体验。
Expand All @@ -15,7 +17,7 @@ VirtualStreetSnap 是一个基于 avaloniaui 上保存虚拟街景基础的屏
![ImageEditor](docs/images/picker.png)

### 功能
[English](README.md)/中文

> v0.1.5
+ SnapShot 视图
Expand Down

0 comments on commit 18a8199

Please sign in to comment.