mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-26 07:45:57 +03:00
[GH-ISSUE #1015] Can you make a selector for the output format ? #722
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#722
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @spookycheekybreeky on GitHub (Sep 1, 2021).
Original GitHub issue: https://github.com/quasar/Quasar/issues/1015
hi , can you make a selector for the output of the file befor the generation of the agent for selecting the os like
What operating system you would use this agent on ?
The solution for that is developping the possiblity for the generator to generate agent for linux , windows and osx , i fink is doable because all the code is in C so you just need to make some change for the file path and all the other path of the agent is using and after just change the compilation at the end for making it into .elf , .exe format. So i fink you got what i mean and i fink im not the first persone to fink its possible and it would be great if you can do it. It would be great if you reply to this by saying if you gonna do it or not and thanx you if you plan to do it.
@edcdecl commented on GitHub (Sep 2, 2021):
It is possible, but different operating systems have different executable formats (as well as different APIs), so MaxXor would probably have to rewrite some (or all) parts of the client C# code.
You could probably use Wine to run the generated client though.
@spookycheekybreeky commented on GitHub (Sep 2, 2021):
the operating system im intresting in now is more linux ( debian , ubuntu , ect ) but the pcs im working with got low capaciti in storage so i cant use wine because is too ig for the pcs so if is possible to make it only for linux its would be really cool .
@MaxXor commented on GitHub (Sep 4, 2021):
It's not simply adding a selector for the output format. Making the Quasar client run on Linux and OSX will require a very large effort. However I've started upgrading Quasar to .NET Core which will definitely help with this task.
As there are other issues open for Linux support I'll close this one.