Cristobal M
3/15/24, 11:32:48 AM EDT
Harshit, I made the installers for Linux and Windows and I was able to test them and they work ok. We are using electron-builder are you familiar with that? We need help creating and testing the installer for MacOs
Harshit S
3/15/24, 11:43:42 AM EDT
hi Cristobal, I am not much familiar with electron-builder but I will try to make that work in my mac.
Cristobal M
3/15/24, 11:44:59 AM EDT
I added what supposed to be required, run: "distmac": "electron-builder --mac dmg"
Cristobal M
3/15/24, 11:45:29 AM EDT
It may ask you for a missing library or something like that, but should't be that hard
Harshit S
3/15/24, 11:48:41 AM EDT
Hi Cristobal, let me know if you changed anything and all code is pushed ?
Cristobal M
3/15/24, 11:53:19 AM EDT
Me? or the other Chris? hahaha I just manipulated package.json and probable some setting in index.js to read the Version from a variable, and yes all check in in my side
Harshit S
3/15/24, 12:13:00 PM EDT
there are some build sign issues with macos for dmg file will try to bypass them.
Harshit S
3/15/24, 12:36:25 PM EDT
Cristobal M
3/15/24, 6:10:13 PM EDT
Well, I dont' have a Mac for testing, Maybe Shakil or Claire can help us test
Cristobal M
3/26/24, 11:31:24 AM EDT
Hello Harshit, we finally got Claire helping us to test the installer, but we are getting an error, not sure how to find more details about the error or logs, but took couple of screen shots.
Harshit S
3/27/24, 3:05:38 AM EDT
hi cristobal, I created a x64 build please test it when ever you can https://drive.google.com/file/d/1XrLY3beJs2Wr91ckYcB1UXoo2uSb-R23/view?usp=sharing
Christopher B
3/27/24, 1:51:42 PM EDT
Bugs for Cristobal to look into: Want to add an "open" link on the toast notification dialog bottom right.
Want to add a back button the the UI when running in the desktop
Want to explore creating a sync area for Entities. So Products/123 would be uploaded and download to User/Desktop/Products/. So new Entities automatically get uploaded
Cristobal M
3/27/24, 9:01:43 PM EDT
Harshit, I did som bug fixing, pluss added the open file once download function, can you please generate the Mac versions again ?