Skip to content

Commit

Permalink
fix: Correct spelling for name of builds (#617)
Browse files Browse the repository at this point in the history
  • Loading branch information
achou11 authored Nov 15, 2021
1 parent 34fc54f commit 660754e
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 98 deletions.
72 changes: 0 additions & 72 deletions bin/release_latest.js

This file was deleted.

4 changes: 2 additions & 2 deletions builder.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const config = {
generateUpdatesFilesForAllChannels: true,
appId: 'org.digital-democracy.mapeo-desktop',
productName: 'Mapeo',
artifactName: 'Installar_Mapeo_v${version}_${os}.${ext}',
artifactName: 'Install_Mapeo_v${version}_${os}.${ext}',
mac: {
category: 'public.app-category.utilities',
gatekeeperAssess: false,
Expand All @@ -24,7 +24,7 @@ const config = {
},
win: {
target: 'NSIS',
artifactName: 'Installar_Mapeo_v${version}_${os}-${env.ARCH}.${ext}',
artifactName: 'Install_Mapeo_v${version}_${os}-${env.ARCH}.${ext}',
rfc3161TimeStampServer: 'http://timestamp.digicert.com',
timeStampServer: 'http://timestamp.digicert.com'
},
Expand Down
2 changes: 1 addition & 1 deletion docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ $ cd updates && wget https://downloads.mapeo.app/desktop/latest-{platform}.yml

1. Then, open latest-linux.yml and find the `url` key.

2. Download this url (e.g., `https://downloads.mapeo.ap/desktop/Installar_Mapeo_{version}_{platform}.{ext}..` to the `updates` directory.
2. Download this url (e.g., `https://downloads.mapeo.ap/desktop/Install_Mapeo_{version}_{platform}.{ext}..` to the `updates` directory.

3. Run `npx http-server` to host your update server locally, note the
PORT.
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ if (!gotTheLock) {
process.env.APPIMAGE = path.join(
__dirname,
'dist',
`Installar_Mapeo_v${app.getVersion()}_linux.AppImage`
`Install_Mapeo_v${app.getVersion()}_linux.AppImage`
)
try {
// DevTools do not load in Electron v9 see
Expand Down
21 changes: 0 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@
"flow-geojson": "^2.0.7",
"flow-typed": "^3.2.1",
"glob": "^7.1.5",
"hubfs.js": "^1.0.0",
"husky": "^7.0.2",
"hyperquest": "^2.1.3",
"jest": "^24.9.0",
Expand Down

0 comments on commit 660754e

Please sign in to comment.