Merge pull request #4 from crystal-linux/development

Development
main
axtloss 2 years ago committed by GitHub
commit 542576f178
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,4 +1,12 @@
<<<<<<< Updated upstream
# Jade GUI
=======
<p align="center">
<a href="https://github.com/crystal-linux/todo/">
<img src="https://getcryst.al/site/assets/other/logo.png" alt="Logo" width="150" height="150">
</a>
</p>
>>>>>>> Stashed changes
The flutter-based gui installer using jade as the backend

@ -10,8 +10,8 @@ test(setOutput, running, setRunning, config, writeToLog) async {
const filename = "/tmp/jade.json";
await File(filename).writeAsString(config);
writeToLog("Json config: $config");
//var process = await Process.start('pkexec', ['jade', 'config', filename]);
var process = await Process.start('/opt/jade_gui/scripts/jadeemu.sh', []);
var process = await Process.start('pkexec', ['jade', 'config', filename]);
//var process = await Process.start('/opt/jade_gui/scripts/jadeemu.sh', []);
process.stdout.transform(utf8.decoder).forEach(setOutput);
setRunning(true);
}

Loading…
Cancel
Save