Skip to content

Commit 561a87d

Browse files
committed
env on prod
1 parent ecb0641 commit 561a87d

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "subtitler",
33
"productName": "Subtitler",
4-
"version": "1.5.4",
4+
"version": "1.5.5",
55
"description": "Quickly download subtitles",
66
"main": "./main.prod.js",
77
"author": {

app/utils/constants.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
/* eslint-disable import/prefer-default-export */
2-
export const APP_VERSION = '1.5.4';
2+
export const APP_VERSION = '1.5.5';

configs/webpack.config.renderer.prod.babel.js

+1
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ export default merge(baseConfig, {
213213
NODE_ENV: 'production',
214214
DEBUG_PROD: false,
215215
E2E_BUILD: false,
216+
O_S_USERNAME: process.env.O_S_USERNAME,
216217
}),
217218

218219
new MiniCssExtractPlugin({

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "subtitler",
33
"productName": "Subtitler",
4-
"version": "1.5.4",
4+
"version": "1.5.5",
55
"description": "Quickly download subtitles",
66
"scripts": {
77
"build": "concurrently \"yarn build-main\" \"yarn build-renderer\"",

0 commit comments

Comments
 (0)