We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[luncher@localhost build]$ ./build_installer.sh You must install both Mono and Wine on non-Windows [luncher@localhost build]$ cat build_installer.sh
var electronInstaller = require('electron-winstaller');
electronInstaller.createWindowsInstaller({ appDirectory: './package/HolaStudio-win32-x64/', outputDirectory: './installer/', authors: 'Holaverse Tech Inc. ', exe: 'HolaStudio.exe' }).then(function() { console.log("build done"); }, function(err) { console.log(err.message); });
Both tools are necessary to install it? My computer is fedora system.
The text was updated successfully, but these errors were encountered:
@Luncher yes, both are needed on every non-windows system.
Sorry, something went wrong.
No branches or pull requests
[luncher@localhost build]$ ./build_installer.sh
You must install both Mono and Wine on non-Windows
[luncher@localhost build]$ cat build_installer.sh
!/usr/bin/env node
var electronInstaller = require('electron-winstaller');
electronInstaller.createWindowsInstaller({
appDirectory: './package/HolaStudio-win32-x64/',
outputDirectory: './installer/',
authors: 'Holaverse Tech Inc. ',
exe: 'HolaStudio.exe'
}).then(function() {
console.log("build done");
}, function(err) {
console.log(err.message);
});
Both tools are necessary to install it? My computer is fedora system.
The text was updated successfully, but these errors were encountered: