Skip to content

Commit

Permalink
Ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
preyneyv committed Apr 28, 2021
1 parent c11e2f4 commit 794eb6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "ffconcat-replay",
"name": "preyneyvs-replay-manager",
"version": "0.1.0",
"main": "main.js",
"license": "MIT",
"author": "Pranav Nutalapati <[email protected]>",
"scripts": {
"start": "electron .",
"dist": "electron-packager ./ --out dist --overwrite --icon ./icon"
"dist": "electron-packager ./ --out dist --overwrite --icon ./icon --platform win32 --arch x64"
},
"dependencies": {
"chokidar": "^3.5.1",
Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>preyneyv's Replay</title>
<title>preyneyv's Replay Manager</title>
<link rel="stylesheet" href="style.css">
<script src="scripts/index.js" type="module"></script>
</head>
Expand Down

0 comments on commit 794eb6f

Please sign in to comment.