mirror of
https://github.com/DYefremov/DemonEditor.git
synced 2026-05-06 11:55:29 +02:00
scripts update
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
Package: DemonEditor
|
||||
Package: demon-editor
|
||||
Version: 0.4.7-Pre-alpha
|
||||
Section: utils
|
||||
Priority: optional
|
||||
|
||||
@@ -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
|
||||
|
||||
4
deb/usr/share/demoneditor/start.py
Executable file
4
deb/usr/share/demoneditor/start.py
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env python3
|
||||
from app.ui.main_app_window import start_app
|
||||
|
||||
start_app()
|
||||
Reference in New Issue
Block a user