Skip to content

Commit

Permalink
chore: Change name to Action Video Converter
Browse files Browse the repository at this point in the history
Also do some testing on windows
  • Loading branch information
sarfata committed Aug 20, 2020
1 parent 456deb6 commit 248e471
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
10 changes: 5 additions & 5 deletions package.json
@@ -1,16 +1,16 @@
{
"name": "@chartedsails/videoconverter",
"productName": "ChartedSails VideoConverter",
"productName": "Action Video Converter",
"description": "Easily convert and reduce size of video files",
"author": {
"name": "Thomas Sarlandie",
"email": "thomas@chartedsails.com"
},
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"build": {
"appId": "com.chartedsails.videoconverter",
"productName": "ChartedSails VideoConverter",
"productName": "Action Video Converter",
"copyright": "ChartedSails LLC 2020",
"files": [
"dist/**/*"
Expand Down Expand Up @@ -41,8 +41,8 @@
},
"scripts": {
"disabled-postinstall": "electron-builder install-app-deps",
"dev:electron": "NODE_ENV=development webpack --config webpack.electron.config.js --mode development && NODE_ENV=development webpack --config webpack.preload.config.js --mode development && electron .",
"dev:react": "NODE_ENV=development webpack-dev-server --config webpack.react.config.js --mode development",
"dev:electron": "webpack --config webpack.electron.config.js --mode development && webpack --config webpack.preload.config.js --mode development && electron .",
"dev:react": "webpack-dev-server --config webpack.react.config.js --mode development",
"build:electron": "webpack --config webpack.electron.config.js --mode production",
"build:react": "webpack --config webpack.react.config.js --mode production",
"build": "yarn build:electron && yarn build:react",
Expand Down
2 changes: 1 addition & 1 deletion src/view/components/header/Header.tsx
Expand Up @@ -28,7 +28,7 @@ export const Header = ({ className }: IProps) => {
<div className={clsx(classes.root, className)}>
<img src={chartedSailsLogo} alt="ChartedSails logo" />
<div>
<Typography variant="h3">ChartedSails VideoConverter</Typography>
<Typography variant="h3">Action Video Converter by ChartedSails</Typography>
<Typography>
Quickly reduce file size - Keep GPS and telemetry data - Save time and
disk space!
Expand Down
3 changes: 1 addition & 2 deletions src/view/index.html
Expand Up @@ -2,8 +2,7 @@
<html>
<head>
<meta charset="UTF-8" />
<title>ChartedSails</title>
<!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP -->
<title>Action Video Converter by ChartedSails</title>
</head>
<body>
<div id="root"></div>
Expand Down

0 comments on commit 248e471

Please sign in to comment.