This website requires JavaScript.
Explore
Help
Register
Sign In
a
/
gosora
Watch
1
Star
0
Fork
You've already forked gosora
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
235b7efa1a
gosora
/
dev-update-travis
3 lines
88 B
Plaintext
Raw
Normal View
History
Unescape
Escape
All the menu items are dynamic now, all that needs to be done now is the Control Panel part of the Menu Manager. Travis should now build the patcher to see if that works. Merged menu.html into header.html Removed a redundant SetAdapter call in mysql.go. Fixed a bug where inserting will sometimes strip the spaces in strings. Bumped the minimum Go Version in schema.json to 1.10 Bumped the DBVersion to 1, so that we don't install these patches twice. The patcher was botched in the previous commit, drop menus and menu_items and run it again
2018-04-23 08:38:25 +00:00
echo "Building the patcher"
go generate
Speeded up compilation
2019-07-10 15:33:07 +00:00
go build -ldflags="-s -w" -o Patcher "./patcher"