The Control Panel Dashboard now updates every second. You can now see how many guests and users are online via the Control Panel Dashboard. The Control Panel Dashboard is now a little more mobile friendly.
5 lines
103 B
Plaintext
5 lines
103 B
Plaintext
echo "Building Gosora"
|
|
go build -o Gosora -tags no_ws
|
|
echo "Building the installer"
|
|
go build ./install
|