Skip to content

Commit

Permalink
Update certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
FLSoz committed Mar 9, 2022
1 parent a87019d commit a186cbb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "terratech-steam-mod-loader",
"productName": "ttsm",
"description": "Mod loader for TerraTech that handles Steam Workshop mod configurations",
"version": "1.0.3",
"version": "1.0.4",
"scripts": {
"build": "concurrently \"npm run build:main\" \"npm run build:renderer\"",
"build:main": "cross-env NODE_ENV=production TS_NODE_TRANSPILE_ONLY=true webpack --config ./.erb/configs/webpack.config.main.prod.ts",
Expand Down
2 changes: 1 addition & 1 deletion release/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "terratech-steam-mod-loader",
"productName": "ttsm",
"description": "Mod loader for TerraTech that handles Steam Workshop mod configurations",
"version": "1.0.3",
"version": "1.0.4",
"main": "./dist/main/main.js",
"author": {
"name": "FLSoz",
Expand Down
2 changes: 1 addition & 1 deletion src/main/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ const createWindow = async () => {
log.info(`App Version: ${app.getVersion()}`);
log.info(`App Name: ${app.getName()}`);
const version = app.getVersion();
mainWindow?.setTitle(`${name} ${version}`);
mainWindow?.setTitle(`${name} v${version}`);
});

// Remove this if your app does not use auto updates
Expand Down

0 comments on commit a186cbb

Please sign in to comment.