Skip to content

Instantly share code, notes, and snippets.

@qdwang
Last active November 8, 2021 13:10
Show Gist options
  • Save qdwang/97a49e2135e30671016ca747b09a5ebe to your computer and use it in GitHub Desktop.
Save qdwang/97a49e2135e30671016ca747b09a5ebe to your computer and use it in GitHub Desktop.
change-icon
const rcedit = require('rcedit')
rcedit("GUI/Build/win/abc.exe", {
"icon": "GUI/Asset/Texture/icon.ico",
"version-string": {
CompanyName: "QRP1",
ProductName: "QRP2",
FileDescription: "QRP3",
LegalCopyright: "QRP4",
LegalTrademarks: "QRP5"
},
"file-version": "0.5.6.0",
"product-version": "0.5.6.0"
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment