Skip to content

Commit e294f3d

Browse files
committed
Improve instalations
1 parent 06c438d commit e294f3d

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

gcodefileserver/gcodefileserver.pro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ macx {
4444
win32 {
4545
target.path = $${PREFIX}/bin
4646
INSTALLS += target
47+
QMAKE_TARGET_PRODUCT=GCodeFileServer
4748
}
4849

4950
RC_ICONS = images/edytornc.ico images/edytornc48.ico

gcodeworkshop/gcodeworkshop.pro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ macx {
110110
win32 {
111111
target.path = $${PREFIX}/bin
112112
INSTALLS += target
113+
QMAKE_TARGET_PRODUCT=GCodeWorkShop
113114
}
114115

115116
RC_ICONS = images/edytornc.ico images/edytornc48.ico images/ncfile.ico

install/linux/application-x-g-code.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<sub-class-of type="text/plain" />
55
<comment>G-code text file</comment>
66
<icon name="application-x-g-code"/>
7+
<generic-icon name="application-x-g-code"/>
78
<glob pattern="*.nc" />
89
<glob pattern="*.anc" />
910
<glob pattern="*.cnc" />

0 commit comments

Comments
 (0)