Go to file
2024-09-15 15:18:12 +02:00
Photomator fix Linux build 2024-09-15 15:18:12 +02:00
.editorconfig fixes and optimizations 2024-09-14 17:49:20 +02:00
.gitignore add windows build support 2024-09-14 23:22:12 +02:00
LICENSE Various fixes for Windows version 2024-09-15 14:38:59 +02:00
Photomator.sln Initial .NET version 2024-09-08 22:37:06 +02:00
README.md add Windows build readme 2024-09-15 15:03:19 +02:00
renovate.json Configure Renovate (#1) 2024-09-15 14:44:15 +02:00

Photomator

Desktop-Anwendung zum Konvertieren und Schrumpfen von Bildern für die Verwendung im Web.

Build

Windows

  • install msys2 (mingw-w64) -> libadwaita, gtk4, libwebp
  • install .NET 8.0
  • install Git for Windows
  • add .NET 8.0 and mingw-w64 to PATH
git clone https://git.cantorgymnasium.de/gcg/photomator

cd photomator/Photomator

dotnet restore
dotnet publish -r win-x64

The installer will be located under Photomator\bin\Release\net8.0\win-x64\publish.