final packaging updates

This commit is contained in:
John Bintz 2020-04-10 14:29:38 -04:00
parent d80ef5df18
commit fe65315e99
1 changed files with 5 additions and 4 deletions

View File

@ -9,7 +9,7 @@ const pkgdef :Spk.PackageDefinition = (
# The package definition. Note that the spk tool looks specifically for the # The package definition. Note that the spk tool looks specifically for the
# "pkgdef" constant. # "pkgdef" constant.
id = "ksyud8q9h7rx9u001jn38216xe75a200avh7tg267wss6pq9zfkh", id = "4vnyd4c929g8dpns2zer8afgrsv1j7aknq4snyw3tu9p4vm4mwc0",
# Your app ID is actually its public key. The private key was placed in # Your app ID is actually its public key. The private key was placed in
# your keyring. All updates must be signed with the same key. # your keyring. All updates must be signed with the same key.
@ -57,7 +57,7 @@ const pkgdef :Spk.PackageDefinition = (
website = "https://gohugo.io", website = "https://gohugo.io",
# This should be the app's main website url. # This should be the app's main website url.
codeUrl = "https://github.com/ndarilek/hugo-sandstorm", codeUrl = "https://github.com/johnbintz/hugo-sandstorm",
# URL of the app's source code repository, e.g. a GitHub URL. # URL of the app's source code repository, e.g. a GitHub URL.
# Required if you specify a license requiring redistributing code, but optional otherwise. # Required if you specify a license requiring redistributing code, but optional otherwise.
@ -73,7 +73,7 @@ const pkgdef :Spk.PackageDefinition = (
author = ( author = (
# Fields relating to the author of this app. # Fields relating to the author of this app.
contactEmail = "nolan@thewordnerd.info", contactEmail = "sandstorm@leapingsheepfarm.com",
# Email address to contact for any issues with this app. This includes end-user support # Email address to contact for any issues with this app. This includes end-user support
# requests as well as app store administrator requests, so it is very important that this be a # requests as well as app store administrator requests, so it is very important that this be a
# valid address with someone paying attention to it. # valid address with someone paying attention to it.
@ -157,7 +157,8 @@ const pkgdef :Spk.PackageDefinition = (
alwaysInclude = [ alwaysInclude = [
"opt/app/node_modules/json-loader", "opt/app/node_modules/json-loader",
"usr/lib/python2.7/dist-packages/pygments" "usr/lib/node_modules/npm/node_modules/node-gyp",
"usr/local/lib/python2.7/dist-packages/pygments",
], ],
# Fill this list with more names of files or directories that should be # Fill this list with more names of files or directories that should be
# included in your package, even if not listed in sandstorm-files.list. # included in your package, even if not listed in sandstorm-files.list.