Created
September 26, 2023 08:45
-
-
Save csghone/c14143fe06ea687ec88310e113c2d59e to your computer and use it in GitHub Desktop.
Netron build
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone https://github.com/lutzroeder/netron.git | |
cd netron | |
npm install | |
npx electron-builder --linux appimage --x64 --publish never | |
ls $PWD/dist/Netron*AppImage -ltr | awk '{print $NF}' | tail -n 1 | xargs -IXX sudo cp XX /usr/bin/netron |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment