Skip to content

5wag/bookery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assumptions

  • All dates are in UTC

How to build executables

  • Make sure dotnet SDK 9 is installed.
  • In root of the repository run the command:
    • To build executable for Windows:
      dotnet publish .\src\Bookery\ -r win-x64 -p:PublishSingleFile=true --self-contained true -o artifacts
    • To build executable for Linux
      dotnet publish .\src\Bookery\ -r linux-x64 -p:PublishSingleFile=true --self-contained true -o artifacts
  • Executables will be at .\artifacts

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages