Publishing the App for Mac and Linux
tej7gandhi opened this issue · 3 comments
tej7gandhi commented
Hello,
I was able to successfully build Cylr,while publishing Cylr am able to do it for Windowsx64 and Windowsx86;however with Mac and Linux it gives an error?
How did you publish Cylr for Linux and Mac devices?
Thanks and Regards
Tej Gandhi
orlikoski commented
The entire build process for every OS can be found by following the TravisCI build script. TL:DR Windows has to built on Windows, Mac on Mac and Linux on Linux.
tej7gandhi commented
Hello Alan,
I am not very clear on how to utilize the build script;The code gets built
cleanly while publishing it gave me error,made an edit to Publish profiles
by adding line:
<PublishReadyToRun>false </PublishReadyToRun> and it gets published now.
Thanks and Regards
Tej Gandhi
…On Fri, Oct 16, 2020 at 10:50 AM @AlanOrlikoski ***@***.***> wrote:
The entire build process for every OS can be found by following the
TravisCI build script
https://github.com/orlikoski/CyLR/blob/master/.travis.yml
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#108 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADG3SM5LBS3UNELEQVQ4NFLSLBMSXANCNFSM4STMAA3Q>
.
orlikoski commented
Thanks for the feedback!
Due to some libraries moving and being depreciated the code will need some tweaking before it can build again