This repository has been archived by the owner on Sep 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
/
electron-builder.yml
54 lines (54 loc) · 1.92 KB
/
electron-builder.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
directories:
output: dist
buildResources: images/installer
appId: com.creatorstf.launcher
productName: Creators.TF Launcher
asar: true
win:
icon: images/installer/icon.ico
nsis:
oneClick: false
perMachine: true
displayLanguageSelector: false
allowToChangeInstallationDirectory: true
createDesktopShortcut: true
createStartMenuShortcut: true
deleteAppDataOnUninstall: true
shortcutName: Creators.TF Launcher
uninstallDisplayName: ${productName} ${version}
installerIcon: images/installer/installerIcon.ico
uninstallerIcon: images/installer/uninstallerIcon.ico
installerSidebar: images/installer/installerSidebar.bmp
uninstallerSidebar: images/installer/uninstallerSidebar.bmp
installerHeader: images/installer/installerHeader.bmp
installerHeaderIcon: images/installer/installerHeaderIcon.ico
linux:
icon: images/installer/256x256.png
synopsis: An easier way to install, update and play TF2 content.
description: An easier way to install, update and play TF2 content.
category: Network
deb:
priority: optional
packageCategory: net
publish:
provider: github
owner: CreatorsTF
repo: Creators.TF-Community-Launcher
releaseType: draft
vPrefixedTagName: false
files: [
"**/*",
"!**/node_modules/*/{CHANGELOG.md,README.md,README,readme.md,readme}",
"!**/node_modules/*/{test,__tests__,tests,powered-test,example,examples}",
"!**/node_modules/.bin",
"!**/*.{iml,o,hprof,orig,pyc,pyo,rbc,swp,csproj,sln,xproj,ts,scss,map,sh,d.ts}",
"!**/._*",
"!**/{thumbs.db,.DS_Store,.hg,CVS,RCS,SCCS,.gitignore,.gitattributes,.eslintrc,.eslintignore,.editorconfig}",
"!**/{__pycache__,.flowconfig,.idea,.vs,.vscode,.nyc_output,.github,.git,.svn}",
"!**/{appveyor.yml,.travis.yml,circle.yml,electron-builder.yml,dev-app-update.yml}",
"!**/{npm-debug.log,yarn.lock,package-lock.json,tsconfig.json,.yarn-integrity,.yarn-metadata.json}",
"!tools/**",
"!CODE_OF_CONDUCT.md",
"!README.md"
]
electronVersion: 15.1.1