RSS ns-usbloader MacOS Application

GBATEMP

Member
Dec 15, 2024
1,889
0
Java programs are annoying to use on mac, so I bundled it and a python script into a standalone .app file so that it can be installed and launched directly from the command center like a normal application. (assuming you have python3, and java installed already)


image (1).png

If anyone wants to update or improve it here is the script that I used.

Spoiler: makeTheApp.py
This will bundle an "ns-usbloader.jar" and run.py script in root into a .app file
Code:

Code:
import os
import shutil
import subprocess
import sys...

Read more

Continue reading...