Skip to content

Commit

Permalink
Release 2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
themagiulio committed Jan 15, 2021
1 parent ef63a24 commit 46536da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bandcamp-desktop",
"productName": "Bandcamp Desktop",
"version": "2.3.3",
"version": "2.3.4",
"description": "Bandcamp Desktop is a crossplatform desktop application. It allows you to use bandcamp.com in an easy and quick way. Keep listening to music while you explore the website.",
"main": "src/main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function createWindow(){
mainWindowState.manage(mainWindow);

mainWindow.loadURL(url.format({
pathname: 'planetsmashers.bandcamp.com/album/too-much-information-2',
pathname: 'bandcamp.com',
protocol: 'https:',
slashes: true
}));
Expand Down

0 comments on commit 46536da

Please sign in to comment.