-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy path.hive_config.sample
43 lines (31 loc) · 2.06 KB
/
.hive_config.sample
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
# This is a sample configuration file for Hive Installer build
# Rename this file to .hive_config
################ Signing
# Signing identity to be used, run './gen_cmake.sh -ids' to get the list of valid identities on this computer (copy the printed identity without adding quotes)
#identity=
# Windows signtool options (defaults to '/a /sm /q /fd sha256 /tr http://timestamp.sectigo.com /td sha256')
#signtool_options=/a /sm /q /fd sha256 /tr http://timestamp.sectigo.com /td sha256
################ macOS Notarization
# Notarization profile to use, defaults to "" which will not notarize
#notarization_profile=
################ News feed
# News feed URL
newsfeed_url=https://www.kikisoft.com/Hive/news.php
################ Automatic check for update
# Define to true if Sparkle is to be used, false otherwise
use_sparkle=true
# Appcast URL for Hive Releases - Only use https URLs (except for debugging when using localhost)
appcast_releases=https://www.kikisoft.com/Hive/appcast-release.xml
# Appcast URL for Hive Betas - Only use https URLs (except for debugging when using localhost)
appcast_betas=https://www.kikisoft.com/Hive/appcast-beta.xml
# Fallback appcast URL for Hive Releases, in case main URL doesn't work - Only use https URLs (except for debugging when using localhost)
appcast_releases_fallback=https://www.kikisoft.com/Hive/appcast-release.xml
# Fallback appcast URL for Hive Betas, in case main URL doesn't work - Only use https URLs (except for debugging when using localhost)
appcast_betas_fallback=https://www.kikisoft.com/Hive/appcast-beta.xml
################ Debug Symbols
# Windows symstore.exe location (cygwin, mixed or windows path style ; Don't use quotes) - Can be a network path
#symbols_symstore_path=c:/Program Files (x86)/Windows Kits/10/Debuggers/x86/symstore.exe
# Windows Symbols Server location (cygwin, mixed or windows path style ; Don't use quotes) - Can be a network path
#symbols_windows_pdb_server_path=\\\\sambaServer\\sambaShare\\full\\path
# MacOS Symbols Server location (unix path style ; Don't use quotes)
#symbols_macos_dsym_server_path=/full/path