Problems with builds #96
Reference in New Issue
Block a user
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?
Hi. Awezome project, but here are problems I'm facing:
MSI windows packege is never compiled because of errors.
EXE windows packege not work with CMD installation arguments, like --silent-install or --install when I use

hide-help-cards=YWhen I run
myapp.exe --install | moreI seeskip .\files_to_be_installedSo, I should rebuild my apps without
hide-help-cards=Yand then--installand--silent-installwork againMacOS builds doesn't start with error of broken code (I have
sudo spctl --master-disableand open it with ctrl+click => open)The MSI build will fail if the app name used has any special characters or non-English characters I believe.
I can look into the issue with CMD arguments not working, I have no idea about that though.
I do not have any Apple products to test anything on, so I'm not sure what the issue might be. Most of the mac stuff was contributed by another user here. I can try and figure out what is going wrong.
Thx for your fast reply!
There's no any special characters or non-English characters. Just like
MyAppNameLooks like my bad - that happens only on Win7
That's nice! I have M1 and Macbook and Intel Mac - so I can test. For now I'm using an original RustDesk with settings pointing to my server.
And one more question:
This option
Allow hiding the connection window from remote screendoes nothing :(I was thinking the problem is in API server, - so I installed your API server, but with no luck.
Any suggestions?
I have not tested the hide connection window feature, but I know that you have to have a permanent password set, and the Password Approve mode has to be set to "Accept sessions via password". I can look into the issue.
Yeah, I read about that and setted up all like that, "Accept sessions via password" and permanent password...
Let me know about your tests. Thx
I think something wrong...

I have this
but on client side there's still window to allow connection with click
Hey!
I found that "hide connection window feature" was only 1.2.0 - 1.2.2 versions.🥇After that it can be setted up only in Pro version (by API server). Or maybe you can add this functionality at your API server?
So...
Two questions:1) Can you add 1.2.2 to versions list2) Can you add support for x86 builds for Windows like rustdesk official builds? (They uses sciter if I understand correctly)
Maybe you can add a checkboxes about versions? If anybody want to build x86 only, exe only, msi only, all of them...
This will save the time of building.
Btw, MSI builded on 1.4.0, but not on nightly
Best regards!
Hey there!
Today I tested your
Allow hiding the connection window from remote screen.and it WORKS!My mistake - to try it on nightly - it doesn't work like MSI package.
BUT!!!
If I set
Allow hiding the connection window from remote screen.it add in menu this option, but it's DISABLED by default.And I want to
Disable Settingsfor end user (client).Can you do that enabled by default if
Allow hiding the connection window from remote screen.is checked?I'll donate you this month, I promise! I really love your project! (look at your API server project issues about user icons - that matters)
THANK YOU!
The MSI build fails with master branch because nuget doesn't accept master as version number.
To fix, just override the version environment variable during the build step:
$env:VERSION = "1.4.0"
nuget restore msi.sln