You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should be possible to wrap a grader app in another grader app that functions as an installer.
So rather than having a grader-base as the base project of the installer
we can fork grader-base to a grader-installer-base and have a build flow that first creates a grader-app from grader-base, then copies that into the relevant folder in a grader-installer project and creates an installer.
the installer UI can be done the same way as a regular grader app, and we can do the install with NodeJS fs functions, and so on. FUCK YEAH! :p ;) xx
The text was updated successfully, but these errors were encountered:
Should be possible to wrap a grader app in another grader app that functions as an installer.
So rather than having a grader-base as the base project of the installer
we can fork grader-base to a grader-installer-base and have a build flow that first creates a grader-app from grader-base, then copies that into the relevant folder in a grader-installer project and creates an installer.
the installer UI can be done the same way as a regular grader app, and we can do the install with NodeJS fs functions, and so on. FUCK YEAH! :p ;) xx
The text was updated successfully, but these errors were encountered: