←back to thread

536 points helloguillecl | 4 comments | | HN request time: 0s | source
1. 12345hn6789 ◴[] No.45657795[source]
Hey Greg! Can you clarify that building from source and using in a commerical environment is permissable under the MIT license? I have built from source and yet the program is under "trial mode" currently and looks to have a 30 day ticker of doom. Is this a bug? Is there a flag missing? I cannot find any detailed instructions on setting flags or environment variables to turn this off.

Thanks!

replies(1): >>45664937 #
2. gschier ◴[] No.45664937[source]
How are you running it? The code for the license management and badge are not included by default when running "npm start" or "npm run app-build".

And yes, you can indeed run the OSS yourself for commercial purposes.

replies(1): >>45664948 #
3. 12345hn6789 ◴[] No.45664948[source]
I built a binary using the `tauri.release.conf.json` as my config file
replies(1): >>45669000 #
4. gschier ◴[] No.45669000{3}[source]
That'll do it. That config is used for the production build of Yaak that's downloadable from the website. Just running "tauri build" or "npm run app-build" is what you want.