-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Display the kolibri link address to the system tray message - alternate branch #110
Display the kolibri link address to the system tray message - alternate branch #110
Conversation
…ID_STRING to resource.rc
…-port' of https://github.com/mrpau/kolibri-installer-windows into Display-the-Kolibri-link-address-to-the-system-tray-message
There are 3 binary files in this PR, are they build artifacts? |
@benjaoming The |
Good question @benjaoming 😸 and to answer it: No they are not build artifacts. 😿 It's indeed weird Github is treating the However, the As much as possible, our repo should contain only sources, images (which are binary files too), maybe reference libraries ( So yes, we must create another issue for removing |
Ha! The binary treatment apparently has possibly lots of reasons why as per this StackOverflow post: 😸
|
@@ -216,6 +226,12 @@ void serverStartingMsg() { | |||
|
|||
void checkServerThread() | |||
{ | |||
wchar_t msgString[120]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This 120 character-limiting index seems unusual. Although I think it's trivial for now but let's take note in case the notification will take longer than 120 characters.
@cpauya thanks for explaining and looking into why Github gives this wrong classification of the two files - one more question: how is |
The executable `Kolibri.exe` is built in our local machines during devt with the Visual Studio (VS) IDE.
On the side, I'm hoping BuildKite has support for building VS projects (via command-line) so we can remove this from the repo and auto-build it along with the installers.
Initial search shows this for the supported pipelines in BuildKite: https://github.com/buildkite/example-pipelines - sadly it doesn’t include Visual Studio. Will keep looking. 😅
|
Merging this now. Further testing may be done in this Testing PR for milestone 1.3.1 at learningequality/kolibri#5749 |
@cpauya Is it not possible to build this |
@benjaoming we opened up a new issue for kolibri.exe since it was unrelated to this PR: #112 |
Supersedes #106
Addresses this issue: #104
Testing PR: Grab the unsigned Windows installer here learningequality/kolibri#5743
Note: WIP, needs to create a testing PR for this, please don't merge yet.