diff --git a/README.md b/README.md index af6d5e8e3..403723fd9 100644 --- a/README.md +++ b/README.md @@ -21,19 +21,6 @@ The boilerplate for making electron applications built with vue (pretty much wha [![Build Status](https://semaphoreci.com/api/v1/simulatedgreg/electron-vue/branches/master/badge.svg)](https://semaphoreci.com/simulatedgreg/electron-vue) -*** -## Genesys GM -This repo includes a project called Genesys GM. - -Genesys GM is an AIO tool for game masters using the Genesys books released by Fantasy Flight Games. -* Those familiar with the book and its layout will intuitively understand how to use this tool. - -## Features: -* Character builder - -### Planned Features | -*** - ## Boilerplate Overview The aim of this project is to remove the need of manually setting up electron apps using vue. electron-vue takes advantage of `vue-cli` for scaffolding, `webpack` with `vue-loader`, `electron-packager` or `electron-builder`, and some of the most used plugins like `vue-router`, `vuex`, and so much more. diff --git a/package.json b/package.json index 1da64ab1c..3db1e40ca 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { - "name": "genesys-gm-electron", + "name": "azgaars-fantasy-map-generator", "version": "0.0.1", "author": "", - "description": "An AIO tool based around the Genesys book released by Fantasy Flight Games.", + "description": "Azgaar's Fantasy Map Generator and Editor", "license": "UNLICENSED", "main": "./dist/electron/main.js", "scripts": { @@ -22,8 +22,8 @@ "postinstall": "npm run lint:fix" }, "build": { - "productName": "genesys-gm-electron", - "appId": "com.genesys-gm.icu", + "productName": "azgaars-fantasy-map-generator", + "appId": "com.azgaars-fantasy-map-generator.icu", "directories": { "output": "build" }, diff --git a/src/index.ejs b/src/index.ejs index 16b3cafc3..7c93f1622 100644 --- a/src/index.ejs +++ b/src/index.ejs @@ -3,7 +3,7 @@ - genesys-gm-electron + Azgaar's Fantasy Map Generator <% if (htmlWebpackPlugin.options.nodeModules) { %>