Skip to content

Instantly share code, notes, and snippets.

@csghone
Created September 26, 2023 08:45
Show Gist options
  • Save csghone/c14143fe06ea687ec88310e113c2d59e to your computer and use it in GitHub Desktop.
Save csghone/c14143fe06ea687ec88310e113c2d59e to your computer and use it in GitHub Desktop.
Netron build
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