Skip to content

Commit

Permalink
For Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
doughtnerd committed Dec 13, 2021
1 parent ac8fb05 commit b2b5cb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"windows:electron-dev": "run-p autobuild windows:pure-electron-dev",
"pure-electron-dev": "NODE_ENV=development electron --inspect=3000 .",
"windows:pure-electron-dev": "set NODE_ENV=development&&set ROLLUP_WATCH=true&&electron --inspect=3000 .",
"publish": "electron-builder --win -p always ."
"publish": "electron-builder --win -p always --projectDir=."
},
"build": {
"publish": [
Expand Down
1 change: 1 addition & 0 deletions src/render/components/BeatmapListItem.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
<Fab on:click={handleStopClick} scale={6} iconColor="white" color="#BD2942" iconData={stop} iconScale={1.5} />
{/if}
</div>

<div>
{#if isCurrentlyDownloading}
<div class="spinner-wrapper">
Expand Down

0 comments on commit b2b5cb7

Please sign in to comment.