Skip to content

Commit

Permalink
♻️ src dir
Browse files Browse the repository at this point in the history
  • Loading branch information
adlerluiz committed Jun 9, 2020
1 parent 2e37cc3 commit 02248a1
Show file tree
Hide file tree
Showing 109 changed files with 13,118 additions and 721 deletions.
9 changes: 7 additions & 2 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ appId: app.ytmd
files:
- '**/*'
- '!LICENSE.md'
- '!CODE_OF_CONDUCT.md'
- '!CONTRIBUTING.md'
- '!README.md'
- '!STORE_VARIABLES.md'
- '!.prettierrc.json'
- '!package.json'
- '!package-lock.json'
- '!.cache'
Expand All @@ -13,14 +18,14 @@ electronDownload:
cache: '.cache/electron-builder/'

win:
icon: assets
icon: src/assets
publish:
provider: generic
url: 'https://dl.ytmdesktop.app/win'
channel: latest

linux:
icon: assets
icon: src/assets
category: AudioVideo
publish:
provider: generic
Expand Down
11 changes: 8 additions & 3 deletions electron-builder64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ appId: app.ytmd
files:
- '**/*'
- '!LICENSE.md'
- '!CODE_OF_CONDUCT.md'
- '!CONTRIBUTING.md'
- '!README.md'
- '!STORE_VARIABLES.md'
- '!.prettierrc.json'
- '!package.json'
- '!package-lock.json'
- '!.cache'
Expand All @@ -13,14 +18,14 @@ electronDownload:
cache: '.cache/electron-builder/'

win:
icon: assets
icon: src/assets
publish:
provider: generic
url: 'https://dl.ytmdesktop.app/win'
channel: latest

mac:
icon: assets
icon: src/assets
category: public.app-category.music
darkModeSupport: true
target:
Expand All @@ -31,7 +36,7 @@ mac:
channel: latest

linux:
icon: assets
icon: src/assets
category: AudioVideo
publish:
provider: generic
Expand Down
26 changes: 0 additions & 26 deletions icons_for_shiny_tray.js

This file was deleted.

Loading

0 comments on commit 02248a1

Please sign in to comment.