portapps / cryptomator-portable

🚀 Cryptomator portable for Windows
https://portapps.io/app/cryptomator-portable/
MIT License
61 stars 9 forks source link

Update to the last versión (1.7.0) #31

Closed borekon closed 1 year ago

borekon commented 1 year ago

Compiled by myself and works like a charm

alfish2000 commented 1 year ago

May I ask how you compiled it by yourself? I would like to do it by myself too. Maybe this repo here is abandoned. Cryptomator has reached v1.7.3

borekon commented 1 year ago

Take a look to the changes and you'll find out it

alfish2000 commented 1 year ago

Thanks for your answer. But how did you compile it then? How did you produce the files listed here https://github.com/portapps/cryptomator-portable/releases with the latest version of Cryptomator?

borekon commented 1 year ago

Followed theses steps: https://portapps.io/doc/contribute/#create-your-first-portapp

  1. Install dependencies.
  2. Do the git clone
  3. Modified files
  4. Run ant release. Did it on Debian 11
alfish2000 commented 1 year ago

Thanks for your step by step instructions.

I got an error (on Windows 10): [exec] main.go:2: running "goversioninfo": exec: "goversioninfo": executable file not found in %PATH%

After adding C:\Users\[MYUSERNAME]\go\bin to the PATH it finally worked and the packages were generated.