diff --git a/cookiecutter.json b/cookiecutter.json index 5a61c26..2a236aa 100644 --- a/cookiecutter.json +++ b/cookiecutter.json @@ -9,11 +9,6 @@ "version": "1.0", "build": "1", "python_version": "3.X.0", - "style_framework": [ - "Shoelace v2.3", - "Bootstrap v4.6", - "None" - ], "_copy_without_render": [ ".gitignore", "*.png" diff --git a/{{ cookiecutter.format }}/briefcase.toml b/{{ cookiecutter.format }}/briefcase.toml index 75b73c2..9c600fd 100644 --- a/{{ cookiecutter.format }}/briefcase.toml +++ b/{{ cookiecutter.format }}/briefcase.toml @@ -4,3 +4,5 @@ app_path = "app" app_requirements_path = "requirements.txt" icon.32 = "www/static/logo-32.png" + +splash = "www/static/splash.png" diff --git a/{{ cookiecutter.format }}/www/index.html b/{{ cookiecutter.format }}/www/index.html index 7b5048b..5e4e1e7 100644 --- a/{{ cookiecutter.format }}/www/index.html +++ b/{{ cookiecutter.format }}/www/index.html @@ -5,37 +5,21 @@