Skip to content
This repository was archived by the owner on Apr 26, 2022. It is now read-only.

Commit dc44241

Browse files
committed
Windows installer updates
1 parent 35be86d commit dc44241

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

Gruntfile.js

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ module.exports = function(grunt) {
3434

3535
grunt.initConfig({
3636
clean: {
37-
dist: [path.join(path.resolve(), 'dist')],
37+
//dist: [path.join(path.resolve(), 'dist')],
3838
pyc: [path.join(path.resolve(), 'app', '**', '*.pyc')]
3939
},
4040
execute: {
@@ -61,10 +61,13 @@ module.exports = function(grunt) {
6161
outputDirectory: path.join(path.resolve(), 'dist', 'pokemon-go-map-win32-installer'),
6262
title: 'Pokemon GO Live Map',
6363
exe: "pokemon-go-map.exe",
64+
noMsi: true,
65+
setupExe: 'PokemonGoMap-Win.exe',
6466
setupIcon: path.join(path.resolve(), 'pokemon.ico'),
6567
iconUrl: 'https://raw.githubusercontent.com/mchristopher/PokemonGo-DesktopMap/master/pokemon.ico',
6668
loadingGif: path.join(path.resolve(), 'installing.gif'),
67-
productName: 'Pokemon GO Live Map'
69+
productName: 'Pokemon GO Live Map',
70+
remoteReleases: 'https://github.com/mchristopher/PokemonGo-DesktopMap/releases/download/v0.2.1'
6871
}
6972
},
7073
'electron': {
@@ -93,7 +96,7 @@ module.exports = function(grunt) {
9396
dir: 'app',
9497
out: 'dist',
9598
overwrite: true,
96-
asar: true,
99+
asar: false,
97100
ignore: common_ignore_dir.concat(win_ignore_dir),
98101
version: '1.3.3',
99102
platform: 'win32',

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ To make a final build of the project, use grunt:
4141
Contributing
4242
------------
4343

44-
All contributions are welcome. If you would like to improve the map backend, please see the `package` branch on the [PokemonGo-Map](https://github.com/mchristopher/PokemonGo-Map/tree/package) repo.
44+
All contributions are welcome. If you would like to improve the map backend, please see the [PokemonGo-Map](https://github.com/PokemonGoMap/PokemonGo-Map) project.
4545

4646
Licensing
4747
---------

0 commit comments

Comments
 (0)