thomasnield
08/14/2017, 7:34 PMthomasnield
08/14/2017, 7:36 PMthomasnield
08/14/2017, 7:36 PMPasted image at 2017-08-14, 2:36 PM▾
edvin
08/14/2017, 7:52 PMedvin
08/14/2017, 7:54 PMjava -jar fxlauncher.jar --uri=file:///path/to/app
edvin
08/14/2017, 7:54 PMedvin
08/14/2017, 7:58 PMthomasnield
08/14/2017, 8:00 PMthomasnield
08/14/2017, 8:02 PM@edvin alright I'm at least getting somewhere.▾
thomasnield
08/14/2017, 8:03 PMPasted image at 2017-08-14, 3:02 PM▾
thomasnield
08/14/2017, 8:04 PM--uri=file:///path/to/app
specifically? The project?thomasnield
08/14/2017, 8:09 PMC:/path/to/my/folder
for Windows. But it's not finding the App.xml
which I'm not sure how to generate without using Gradle.thomasnield
08/14/2017, 8:18 PMedvin
08/14/2017, 8:27 PMdeployApp
gradle goal, just run gradle embedApplicationManifest
to generate those files.edvin
08/14/2017, 8:28 PMedvin
08/14/2017, 8:28 PMedvin
08/14/2017, 8:28 PMedvin
08/14/2017, 8:29 PMedvin
08/14/2017, 8:30 PMedvin
08/14/2017, 8:30 PMthomasnield
08/14/2017, 8:42 PMthomasnield
08/14/2017, 8:42 PMthomasnield
08/14/2017, 8:43 PMthomasnield
08/14/2017, 9:02 PMthomasnield
08/14/2017, 9:05 PMedvin
08/14/2017, 9:46 PMedvin
08/14/2017, 9:47 PMedvin
08/14/2017, 9:47 PMpim
08/14/2017, 9:51 PMList<LibraryFile> needsUpdate = manifest.files.stream() ...
why are you using java's streams? Just curiouspim
08/14/2017, 9:56 PM