forked from ShieldBattery/ShieldBattery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprod.yml
39 lines (38 loc) · 950 Bytes
/
prod.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
# The electron-builder config for the production site (https://shieldbattery.net)
# It should generally match the other build configs (except things that need to differ for this
# "region")
appId: net.shieldbattery.client
extraResources:
- game/dist/**
files:
- '!**/*.map'
- '!build/**/*'
- '!node_modules/**/*'
- 'index.html'
- 'assets/**/*'
- '!dist/index.js'
- '!dist/preload.js'
- '!dist/**/*.appchunk.js'
- 'dist/**/*.js'
- from: 'dist/'
to: './'
filter:
- 'index.js'
- 'preload.js'
- '**/*.appchunk.js'
- 'native/**/*.node'
nsis:
artifactName: '${productName}-setup-${version}.${ext}'
win:
certificateSubjectName: Fast Expo Collective LLC
signDlls: true
rfc3161TimeStampServer: http://ts.ssl.com
icon: icon.ico
target: nsis
# These properties differ between configs
productName: ShieldBattery
publish:
provider: spaces
name: shieldbattery-cdn
region: nyc3
path: /app/