-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.project.yml
134 lines (134 loc) · 2.49 KB
/
.project.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
# project
project:
name: easyDiffraction
dir_path: null
subdirs:
app:
name: App
path: null
distribution:
name: Distribution
path: null
scripts:
name: Scripts
path: null
certificates:
name: Certificates
path: null
examples:
name: Examples
path: null
# scripts
scripts:
silent_install: null
# certificates
certificate:
name:
osx: ESS_cert_mac.p12
windows: ESS_cert_win.pfx
linux: ''
path: null
zip_path: null
# application
app:
name: easyDiffraction
organization: easyDiffraction
url: https://easydiffraction.org
description: A scientific software for modelling and analysis of the neutron diffraction data
icon:
ext:
osx: icns
windows: ico
linux: png
license:
file_name: LICENSE
file_path: null
freezed:
path: null
ext:
osx: '.app'
windows: ''
linux: ''
installer:
name_suffix: Setup
name: null
exe_name: null
dir_path: null
exe_path: null
# operating system
os:
name: null
gui_exe_ext:
osx: .app
windows: .exe
linux: ''
cli_exe_ext:
osx: ''
windows: .exe
linux: ''
# user
user:
home_dir: null
# version control
github:
owner: easyDiffraction
repo: easyDiffraction
# freeze app
pyinstaller:
lib_path:
cryspy: null
easyInterface: null
shiboken2: null
pyside2: null
missing_files:
osx:
- libshiboken2.abi3.*.dylib
windows:
- shiboken2.abi3.dll
- MSVCP140.dll
linux: []
missing_plugins:
osx: []
windows: []
linux:
- Qt/plugins/xcbglintegrations # libqxcb-egl-integration.so and libqxcb-glx-integration.so
separator:
osx: ':'
windows: ;
linux: ':'
# make installer
qtifw:
version: 3.2.2
setup:
base:
osx: QtInstallerFramework-mac-x64
windows: QtInstallerFramework-win-x86
linux: QtInstallerFramework-linux-x64
ext:
osx: dmg
windows: exe
linux: run
name: null
download_url: null
download_path: null
exe_path: null
dir_path: null
bin_dir_path: null
binarycreator_path: null
installerbase_path: null
installer:
config_control_script:
name: InstallerControlScript.js
path: null
package_install_script:
name: InstallerInstallScript.js
path: null
dir_name: null
dir_path: null
config_dir_path: null
config_xml_path: null
packages_dir_path: null
packages_url_path: null
packages_data_path: null
packages_meta_path: null
package_xml_path: null