Advertisement
rubixcuber

Untitled

Nov 12th, 2020
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1.  
  2. I feel like this is an overly complicated solution, I always use wine to run UberASMTool/pixi/AMK (while asar and gps can just be compiled to unix executables) and never had troubles with it.
  3.  
  4. UberASMTool needs a windows console to run on. So you first need to manually start a windows console with wine:
  5.  
  6.  
  7. $ wine cmd
  8.  
  9.  
  10. And then within the windows console you can call UberASMTool via command line:
  11.  
  12. $ UberASMTool.exe list.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement