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
{{ message }}
This repository was archived by the owner on Feb 26, 2022. It is now read-only.
A possible addition to this library could be a dart:io script that compiles nw applications (eg. 'dart2js --minify', zipping into nw.exe/nw). This wouldn't be practical for a build.dart script, but the nw-app developer may want something like this for a 'publish.dart' script. The user could specify where they've placed the downloaded nw executable, or we could fetch the latest version from the git repo.
A possible addition to this library could be a dart:io script that compiles nw applications (eg. 'dart2js --minify', zipping into nw.exe/nw). This wouldn't be practical for a build.dart script, but the nw-app developer may want something like this for a 'publish.dart' script. The user could specify where they've placed the downloaded nw executable, or we could fetch the latest version from the git repo.