Skip to content
This repository has been archived by the owner on Feb 5, 2023. It is now read-only.

Commit

Permalink
v1.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
marzeq committed Sep 28, 2022
1 parent 5be2b60 commit f7cea4a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "xbox-cloud-gaming-electron",
"productName": "Xbox Cloud Gaming",
"version": "1.0.15",
"version": "1.0.16",
"description": "A Linux desktop web app for Xbox Cloud Gaming",
"main": "compiled/main.js",
"scripts": {
"start": "tsc && electron .",
"build": "tsc && electron-builder --publish never",
"release": "sh scripts/release.sh"
"release": "sh scripts/release.sh",
"publish": "sh scripts/publish.sh"
},
"build": {
"linux": {
Expand Down

0 comments on commit f7cea4a

Please sign in to comment.