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)
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:
Read more
Continue reading...
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...