Skip to content

Commit

Permalink
自分好みに
Browse files Browse the repository at this point in the history
  • Loading branch information
gottadiveintopython committed Jan 1, 2022
1 parent c08066c commit 4cb1ce2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/main.yaml
@@ -1,12 +1,9 @@
name: CI
on:
push:
branches: [ main ]
branches: [ my_own_favor ]
pull_request:
branches: [ main ]
schedule:
# every 1st day of the month at 10:30
- cron: '30 10 1 * *'
branches: [ my_own_favor ]

jobs:
build:
Expand Down
8 changes: 4 additions & 4 deletions buildozer.spec
@@ -1,10 +1,10 @@
[app]

# (str) Title of your application
title = Kivy Launcher
title = (UO) Kivy Launcher

# (str) Package name
package.name = launcher
package.name = unofficial_launcher

# (str) Package domain (needed for android/ios packaging)
package.domain = org.kivy
Expand Down Expand Up @@ -36,7 +36,7 @@ version = 0.1

# (list) Application requirements
# comma seperated e.g. requirements = sqlite3,kivy
requirements = kivy, android
requirements = python3==3.9.9,kivy==master,hostpython3==3.9.9,android,asynckivy,asyncgui,kivy_garden.i18n

# (str) Custom source folders for requirements
# Sets custom source for any requirements with recipes
Expand All @@ -52,7 +52,7 @@ requirements = kivy, android
#icon.filename = %(source.dir)s/data/icon.png

# (str) Supported orientation (one of landscape, portrait or all)
orientation = portrait
orientation = all

# (list) List of service to declare
#services = NAME:ENTRYPOINT_TO_PY,NAME2:ENTRYPOINT2_TO_PY
Expand Down

0 comments on commit 4cb1ce2

Please sign in to comment.