mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: adding pycache to gitignore
This commit is contained in:
parent
1db5a9c295
commit
fc6cd710ac
15 changed files with 1084 additions and 1319 deletions
|
@ -2,6 +2,8 @@ appId: site.hydralauncher.hydra
|
|||
productName: Hydra
|
||||
directories:
|
||||
buildResources: build
|
||||
extraResources:
|
||||
- hydra-download-manager
|
||||
files:
|
||||
- "!**/.vscode/*"
|
||||
- "!src/*"
|
||||
|
@ -13,6 +15,7 @@ asarUnpack:
|
|||
- resources/**
|
||||
win:
|
||||
executableName: Hydra
|
||||
requestedExecutionLevel: requireAdministrator
|
||||
nsis:
|
||||
artifactName: ${name}-${version}-setup.${ext}
|
||||
shortcutName: ${productName}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue