mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-18 20:50:09 +08:00
clean up
This commit is contained in:
parent
3688295d66
commit
87c64c04e8
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -1,6 +0,0 @@
|
||||
[submodule "3rdparty/QHotkey"]
|
||||
path = 3rdparty/QHotkey
|
||||
url = https://github.com/Skycoder42/QHotkey.git
|
||||
[submodule "3rdparty/qjs"]
|
||||
path = 3rdparty/qjs
|
||||
url = https://github.com/MatsuriDayo/qjs
|
||||
@ -242,9 +242,9 @@ set_target_properties(nekoray PROPERTIES
|
||||
# Target Source Translations
|
||||
|
||||
set(TS_FILES
|
||||
translations/zh_CN.ts
|
||||
translations/fa_IR.ts
|
||||
translations/ru_RU.ts
|
||||
res/translations/zh_CN.ts
|
||||
res/translations/fa_IR.ts
|
||||
res/translations/ru_RU.ts
|
||||
)
|
||||
set(LUPDATE_OPTIONS
|
||||
-locations none -no-obsolete
|
||||
@ -252,7 +252,7 @@ set(LUPDATE_OPTIONS
|
||||
qt_add_lupdate(nekoray TS_FILES ${TS_FILES} OPTIONS ${LUPDATE_OPTIONS})
|
||||
qt_add_lrelease(nekoray TS_FILES ${TS_FILES} QM_FILES_OUTPUT_VARIABLE QM_FILES)
|
||||
|
||||
configure_file(translations/translations.qrc ${CMAKE_BINARY_DIR} COPYONLY)
|
||||
configure_file(res/translations/translations.qrc ${CMAKE_BINARY_DIR} COPYONLY)
|
||||
target_sources(nekoray PRIVATE ${CMAKE_BINARY_DIR}/translations.qrc)
|
||||
|
||||
# Target Link
|
||||
|
||||
18
appdmg.json
18
appdmg.json
@ -1,18 +0,0 @@
|
||||
{
|
||||
"title": "nekoray",
|
||||
"icon": "res/nekoray.icns",
|
||||
"contents": [
|
||||
{
|
||||
"x": 448,
|
||||
"y": 344,
|
||||
"type": "link",
|
||||
"path": "/Applications"
|
||||
},
|
||||
{
|
||||
"x": 192,
|
||||
"y": 344,
|
||||
"type": "file",
|
||||
"path": "build/nekoray.app"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user