Skip to content

Commit

Permalink
write readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Namacha411 committed Nov 14, 2023
1 parent c7ef3a6 commit 9d8cdaa
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
8 changes: 8 additions & 0 deletions AnalogClock.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<Version>1.0.0</Version>
<Authors>Tanaka Hideyuki</Authors>
<Description>Analog clock on your windows taskbar</Description>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageProjectUrl>https://github.com/Namacha411/AnalogClock/</PackageProjectUrl>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<SelfContained>false</SelfContained>
<PublishSingleFile>true</PublishSingleFile>
</PropertyGroup>

</Project>
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ Analog clock on your windows taskbar

Access to the "Releases" page and download the AnalogClock.exe.

## Build

```pwsh
dotnet publish -r win-x64 -c release
```

## Inspiration

- [RunCat](https://github.com/Kyome22/RunCat_for_windows/)

0 comments on commit 9d8cdaa

Please sign in to comment.