Skip to content

Commit

Permalink
move .py and .kv files to src directory
Browse files Browse the repository at this point in the history
  • Loading branch information
odrevet committed Apr 30, 2023
1 parent 2b69860 commit df32df6
Show file tree
Hide file tree
Showing 19 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions buildozer.spec
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ package.name = yt_dlp_kivy
# (str) Package domain (needed for android/ios packaging)
package.domain = fr.odrevet.yt_dlp_kivy

source.dir = .
source.dir = src
source.include_exts = py,kv,png
source.include_patterns = img/*.png
source.include_patterns = src/img/*.png

version = 0.1.0

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion downloader.kv → src/downloader.kv
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
size_hint_y: None
TextInput:
id: url_textinput
hint_text: 'Enter url here'
hint_text: 'Video URL'
size_hint_y: None
multiline: False
text: app.url
Expand Down
File renamed without changes.
Binary file added src/img/app.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added src/img/splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit df32df6

Please sign in to comment.