updated file structure and updated readme

This commit is contained in:
trippjoe 2022-02-08 12:40:03 -05:00
parent 8c9b6e4b97
commit 1b0789a51b
9 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@
A launcher for users to install and run the OpenGOAL project with ease. A launcher for users to install and run the OpenGOAL project with ease.
## Preview ## Preview
![Launcher GIF](./screenshots/launcher.gif) ![Launcher GIF](./app/src/assets/images/launcher.gif)
## Contributing ## Contributing
As of right now, this project is dependent on the user building the OpenGOAL tools themselves, follow the [OpenGOAL README](https://github.com/water111/jak-project#readme) before attempting to run this. As of right now, this project is dependent on the user building the OpenGOAL tools themselves, follow the [OpenGOAL README](https://github.com/water111/jak-project#readme) before attempting to run this.

View file

Before

Width:  |  Height:  |  Size: 104 KiB

After

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 142 KiB

View file

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 34 KiB

View file

@ -1,6 +1,6 @@
import React from "react"; import React from "react";
import { Heading, Img } from "@chakra-ui/react"; import { Heading, Img } from "@chakra-ui/react";
const logo = require('../../../resources/images/header-logo.png'); const logo = require('../assets/images/header-logo.png');
function Header() { function Header() {
return ( return (

View file

@ -1,6 +1,6 @@
import { Button, VStack } from "@chakra-ui/react"; import { Button, VStack } from "@chakra-ui/react";
import React from "react"; import React from "react";
const data = require('../../../resources/data/links.json'); const data = require('../assets/data/links.json');
function Feature({ title, link }) { function Feature({ title, link }) {
return ( return (

View file

@ -68,7 +68,7 @@
"i18n", "i18n",
"boilerplate" "boilerplate"
], ],
"author": "reZach", "author": "trippjoe",
"license": "MIT", "license": "MIT",
"bugs": { "bugs": {
"url": "https://github.com/reZach/secure-electron-template/issues" "url": "https://github.com/reZach/secure-electron-template/issues"