Skip to content
New issue

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

You must install both Mono and Wine on non-Windows #50

Closed
Luncher opened this issue Mar 27, 2016 · 1 comment
Closed

You must install both Mono and Wine on non-Windows #50

Luncher opened this issue Mar 27, 2016 · 1 comment

Comments

@Luncher
Copy link

Luncher commented Mar 27, 2016

[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.

@havenchyk
Copy link
Contributor

@Luncher yes, both are needed on every non-windows system.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants