The alternative browser with Flash Player for Windows 7/10 (x32/x64) and MacOS.
-
Download NodeJS: https://nodejs.org/
-
Open
Command Promptand make sure you are in the same location as the AsteroidApp. -
Install the dependencies by execute the command:
npm install -
Make sure the file
package.jsonis set up as desired.• productName = Hotel name
• appId = nl.hotelname.appname (also in Main.js!)
-
Open the configuration file
config.envand put your link here like this:URL = https://www.habbo.com
SHORT_URL = habbo.com
-
Translate/edit the file
views/home.html -
Open
Command Promptagain and execute the command:npm start -
Yay congrats! Your app should be up and running. If everything is okay you can make it a .exe or a .dmg
-
Open
Command Promptagain and execute one of these commands:npm run windows- For Windowsnpm run mac- For Mac
-
Yay! your app is ready for publishing! Go to the folder
distand your .exe / .dmg should be there!
Props to Bobba, AsteroidApp,& Electron.