Skip to content

Commit f35bebe

Browse files
authored
Fix iss windows branding path trailing newline (#166)
1 parent 96a3d33 commit f35bebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exe/package.iss.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#define sPublisherUrl 'M4_PUBLISHER_URL'
66
#define sSupportUrl 'M4_SUPPORT_URL'
77

8-
#define sBrandingFolder 'esyscmd(cygpath -a -w M4_BRANDING_DIR)'
8+
#define sBrandingFolder 'esyscmd(echo -n $(cygpath -a -w M4_BRANDING_DIR))'
99
#define sDbDefValue 'M4_ONLYOFFICE_VALUE'
1010

1111
#include "common.iss"

0 commit comments

Comments
 (0)