File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ mkdir -p "$projdir/electron_app/dist/unsigned/"
100100# Install packages: what the user downloads the first time,
101101# (DMGs for mac, exe installer for windows)
102102mkdir -p " $pubdir /install/macos"
103- cp $distdir /mac/ * .dmg " $pubdir /install/macos/"
103+ cp $distdir /* .dmg " $pubdir /install/macos/"
104104
105105# Windows installers go to the dist dir because they need signing
106106mkdir -p " $pubdir /install/win32/ia32/"
@@ -111,7 +111,7 @@ cp $distdir/win/*.exe "$projdir/electron_app/dist/unsigned/"
111111
112112# Packages for auto-update
113113mkdir -p " $pubdir /update/macos"
114- cp $distdir /mac/ * .zip " $pubdir /update/macos/"
114+ cp $distdir /* -mac .zip " $pubdir /update/macos/"
115115echo " $vername " > " $pubdir /update/macos/latest"
116116
117117mkdir -p " $pubdir /update/win32/ia32/"
You can’t perform that action at this time.
0 commit comments