Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Commit

Permalink
Make the splash screen NOT blurry, bump to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jtsage committed Jul 10, 2021
1 parent 4699c2c commit 48ca968
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const { app, Menu, BrowserWindow, ipcMain, clipboard, globalShortcut, shell, dia

const { autoUpdater } = require('electron-updater')

const devDebug = false
const devDebug = false

if (process.platform === 'win32') {
autoUpdater.checkForUpdatesAndNotify()
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fs19-mod-checker",
"version": "1.9.31",
"version": "2.0.0",
"description": "FS19 Mod Folder Checker",
"main": "main.js",
"homepage": "https://github.com/jtsage/FS19_Mod_Checker#readme",
Expand Down
Binary file added renderer/repocard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added renderer/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion renderer/splash.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<html style="margin:0; padding:0">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline';" />
</head>
<body style="margin:0; padding:0">
<img style="margin:0; padding:0" src="splash.png">
<img style="margin:0; padding:0" src="repocard.png" srcset="[email protected] 2x">
</body>
</html>
Binary file removed renderer/splash.png
Binary file not shown.

0 comments on commit 48ca968

Please sign in to comment.