Skip to content

Commit

Permalink
🔨 build: Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasSonego committed Jan 23, 2021
1 parent d89387e commit 15c42b7
Show file tree
Hide file tree
Showing 8 changed files with 54 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ node_modules/

# production
/build
/dist/win-unpacked

# misc
.DS_Store
Expand Down
Binary file added dist/.icon-ico/icon.ico
Binary file not shown.
Binary file added dist/F1 Better Telemetry Setup 1.0.0.exe
Binary file not shown.
Binary file added dist/F1 Better Telemetry Setup 1.0.0.exe.blockmap
Binary file not shown.
16 changes: 16 additions & 0 deletions dist/builder-effective-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
directories:
output: dist
buildResources: build
appId: f1-better-telemetry-by-lucassonego
productName: F1 Better Telemetry
copyright: 'Copyright © 2021 ${author}'
mac:
category: public.app-category.utilities
extends: null
extraMetadata:
main: main.js
files:
- filter:
- '**/*'
- build
electronVersion: 11.2.0
8 changes: 8 additions & 0 deletions dist/latest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: 1.0.0
files:
- url: F1-Better-Telemetry-Setup-1.0.0.exe
sha512: 81+bPquRFfHXWDytOzbDBS48YY8IozcP8HXyZzaErZ9v0V2rH62WPqYqMSat3Yb5aO3kbYmDMf+hBQBc8nMAxg==
size: 81809167
path: F1-Better-Telemetry-Setup-1.0.0.exe
sha512: 81+bPquRFfHXWDytOzbDBS48YY8IozcP8HXyZzaErZ9v0V2rH62WPqYqMSat3Yb5aO3kbYmDMf+hBQBc8nMAxg==
releaseDate: '2021-01-21T18:58:39.090Z'
Binary file added icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 29 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
{
"name": "f1-telemetry",
"version": "0.1.0",
"private": true,
"name": "f1-better-telemetry",
"version": "1.0.0",
"description": "Live telemetry from Codemasters F1 game",
"author": {
"name": "Lucas Sônego",
"email": "sonego_lucas@outlook.com",
"url": "https://github.com/LucasSonego"
},
"private": false,
"license": "MIT",
"homepage": "./",
"dependencies": {
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"cross-env": "^7.0.3",
"electron": "^11.2.0",
"electron-is-dev": "^1.2.0",
"express": "^4.17.1",
"f1-telemetry-client": "^0.1.18",
"react": "^17.0.1",
Expand All @@ -19,16 +24,34 @@
"socket.io": "^2.3.0",
"socket.io-client": "^2.3.1",
"styled-components": "^5.2.1",
"web-vitals": "^0.2.4"
"web-vitals": "^0.2.4",
"electron-is-dev": "^1.2.0"
},
"devDependencies": {
"electron": "^11.2.0",
"@rescripts/cli": "^0.0.15",
"@rescripts/rescript-env": "^0.0.12",
"concurrently": "^5.3.0",
"electron-builder": "^22.9.1",
"wait-on": "^5.2.1"
},
"main": "main.js",
"build": {
"appId": "f1-better-telemetry-by-lucassonego",
"productName": "F1 Better Telemetry",
"copyright": "Copyright © 2021 ${author}",
"mac": {
"category": "public.app-category.utilities"
},
"extends": null,
"extraMetadata": {
"main": "main.js"
},
"files": [
"**/*",
"build"
]
},
"scripts": {
"react-start": "rescripts start",
"react-build": "rescripts build",
Expand Down

0 comments on commit 15c42b7

Please sign in to comment.