Build and package ogagent py3/qt6 for windows and linux #2

Merged
nserrano merged 9 commits from py3-win into main 2024-07-23 09:58:23 +02:00

9 Commits (main)

Author SHA1 Message Date
Natalia Serrano 64089e07af Merge pull request 'fix agent for macos' (#3) from ogagent-macos into py3-win
Reviewed-on: #3
2024-07-22 15:36:14 +02:00
Natalia Serrano dc7c6af6e8 refs #474 fix regex to match ipv6 addresses
The former regex failed to match an IPv6 that didn't include "::", which are
obviously valid. Change the regex so they are caught.
2024-07-19 14:10:30 +02:00
Natalia Serrano 10a4c28ea6 Merge pull request 'Fix script execution on windows' (#4) from windows-fixes into ogagent-macos
Reviewed-on: #4
2024-07-19 10:45:19 +02:00
Natalia Serrano eab72819f2 refs #464 install nsis non-interactively 2024-07-11 11:13:56 +02:00
Natalia Serrano f69d3ab31d refs #471 #472 fix script execution on windows 2024-07-05 14:12:57 +02:00
Natalia Serrano 64dea9f846 refs #474 #475 #476 fix agent for macos 2024-07-02 14:51:24 +02:00
Natalia Serrano 833a0dc412 refs #468 remove some whitespace
This is a pretty much dumb commit just to make a ref to the ticket #468,
because the changes proposed to fix #464 also work on linux.
2024-07-01 12:16:41 +02:00
Natalia Serrano 10fab7839e refs #464 several fixes and improvements
- fix OG icon in windows system tray
- change a log.info into log.debug to avoid a crash (!)
- migrate update.sh to python so it can be run from windows/macos too
  - manage windows/VERSION in this script too
  - remove call to pyrcc--it's not required!
- remove stray windows scripts
- add a forgotten setup.bat
2024-06-28 16:02:27 +02:00
Natalia Serrano d7a7a1f0bf refs #309 #393 #408 build and package ogagent py3/qt6 for windows 2024-06-24 15:47:49 +02:00