Advertisement
PrimePastes

Running DeemixGUI

May 26th, 2020
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. https://notabug.org/lollilol/deemixgui
  2.  
  3. Run the source
  4. # Clone this repository
  5. git clone https://notabug.org/lollilol/deemixgui.git
  6. # Go into the repository
  7. cd deemixgui
  8. # Install dependencies
  9. npm install
  10. # Run the app
  11. npm start
  12. Compile/Build
  13.  
  14.  
  15. # All OS'
  16. npm run dist:all
  17. # Windows 32bit
  18. npm run dist:win32
  19. # Windows 64bit
  20. npm run dist:win64
  21. # Linux 64bit
  22. npm run dist:linux
  23. # MacOS 64bit
  24. npm run dist:macos
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement