Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Commit

Permalink
hide made with cables in export
Browse files Browse the repository at this point in the history
  • Loading branch information
steam0r committed Mar 3, 2020
1 parent 942fa65 commit 46c2852
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cables-daplaya-build-env",
"version": "0.2.0",
"version": "0.2.4",
"license": "MIT",
"description": "electron build environment for cables-daplaya\n",
"author": "undefined development <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion src/DaPlaya.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class DaPlaya {
const patchId = store.getPatchId();
const apiKey = store.getApiKey();
const baseUrl = 'https://cables.gl';
const url = `${baseUrl}/api/project/${patchId}/export`;
const url = `${baseUrl}/api/project/${patchId}/export?hideMadeWithCables=true`;
const request = net.request({
url: url
});
Expand Down
2 changes: 1 addition & 1 deletion src/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cables-daplaya",
"version": "0.2.0",
"version": "0.2.4",
"license": "MIT",
"description": "a standalone player for cables.gl-patches using the electron framework\n",
"author": "undefined development <[email protected]>",
Expand Down

0 comments on commit 46c2852

Please sign in to comment.