diff options
| author | Cerapter <cerap@protonmail.com> | 2018-08-14 13:18:03 +0200 |
|---|---|---|
| committer | Cerapter <cerap@protonmail.com> | 2018-08-14 13:18:03 +0200 |
| commit | b99e9c18b272d625ff6749c8924fd7b1c56821ce (patch) | |
| tree | e854cf6e744be5a07fd09d15babdb577e116c727 | |
| parent | 693eb81962a51a406834bfaeba934c04b5c2e374 (diff) | |
Changed the exe's official name to Attorney_Online_CC.
| -rw-r--r-- | .gitignore | 4 | ||||
| -rw-r--r-- | Attorney_Online_remake.pro | 2 |
2 files changed, 4 insertions, 2 deletions
@@ -22,4 +22,6 @@ object_script* server/__pycache__ *.o -moc*
\ No newline at end of file +moc* +/Attorney_Online_CC_resource.rc +/attorney_online_cc_plugin_import.cpp diff --git a/Attorney_Online_remake.pro b/Attorney_Online_remake.pro index b1a7d9ca..f26d5eea 100644 --- a/Attorney_Online_remake.pro +++ b/Attorney_Online_remake.pro @@ -10,7 +10,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets RC_ICONS = logo.ico -TARGET = Attorney_Online_remake +TARGET = Attorney_Online_CC TEMPLATE = app VERSION = 2.4.8.0 |
