-
-
Notifications
You must be signed in to change notification settings - Fork 97
fix(src/backend/entry_point.cc): Millennium update message showing blank command (#609) #628
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
base: main
Are you sure you want to change the base?
fix(src/backend/entry_point.cc): Millennium update message showing blank command (#609) #628
Conversation
Untested rn, and; I need info on whether or not these are the correct strings from NixOS. Signed-off-by: Toria <ninetailedtori@uwu.gal>
Signed-off-by: Toria <ninetailedtori@uwu.gal>
dae55da to
6af83fd
Compare
Signed-off-by: Toria <ninetailedtori@uwu.gal>
Signed-off-by: Toria <ninetailedtori@uwu.gal>
Signed-off-by: Toria <ninetailedtori@uwu.gal>
let, await. Signed-off-by: Toria <ninetailedtori@uwu.gal>
|
We should do it at compile time in cmake. We already have it setup that way. This reduces startup overhead and incorrect detections. For example, if I was on arch, but manually installed (i.e outside of the aur) I would be prompted to use the aur command to update, even though I installed manually. I'll take a look at it in a couple days likely if we don't get it resolved in the meantime. |
…ake in function. Signed-off-by: Toria <ninetailedtori@uwu.gal>
Done. |
Signed-off-by: Toria <ninetailedtori@uwu.gal>
Fixes: #609.
Untested rn, and I need info on whether or not these are the correct strings from NixOS. Would welcome testing on this.