scripts update

This commit is contained in:
DYefremov
2020-01-15 07:26:59 +03:00
parent cc15594338
commit c2d2361de9
7 changed files with 35 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
Package: DemonEditor
Package: demon-editor
Version: 0.4.7-Pre-alpha
Section: utils
Priority: optional

View File

@@ -5,7 +5,7 @@ Source: https://github.com/DYefremov/DemonEditor
Files: *
MIT License
Copyright (c) 2018-2019 Dmitriy Yefremov
Copyright (c) 2018-2020 Dmitriy Yefremov
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@@ -0,0 +1,4 @@
#!/usr/bin/env python3
from app.ui.main_app_window import start_app
start_app()