gosora/run-linux
Azareal ca9c755a47 Added support for desktop notifications.
The alert list is now visible on the Shadow Theme.

The User Manager is now paginated.
The Moderation Logs are now paginated.
The Group Manager is now paginated.
The alert counter no longer shows up as undefined on Edge.
Added a cache control header to the static files.
Fixed a few bits of mangled HTML.
Fixed the Forum Manager CSS for the Shadow Theme.
2017-08-17 12:13:49 +01:00

6 lines
119 B
Plaintext

echo "Generating the dynamic code"
go generate
echo "Building Gosora"
go build -o Gosora
echo "Running Gosora"
./Gosora