Skip to content

Commit bf86da1

Browse files
committed
fix appveyor artifact not archiving exe.
1 parent da333ea commit bf86da1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ build_script:
4141
- cmake --build . --target DEPLOY
4242

4343
artifacts:
44-
- path: C:\projects\camstudio\vs_build\install\bin\installer\*.zip
44+
- path: C:\projects\camstudio\vs_build\install\bin\installer\*.exe
4545
name: Installer

setup/setup.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
;
88
; This program is distributed in the hope that it will be useful,
99
; but WITHOUT ANY WARRANTY; without even the implied warranty of
10-
; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the
10+
; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1111
; GNU General Public License for more details.
1212
;
1313
; You should have received a copy of the GNU General Public License
14-
; along with this program.If not, see <https://www.gnu.org/licenses/>.
14+
; along with this program. If not, see <https://www.gnu.org/licenses/>.
1515

1616
[Setup]
1717
AppName=CamStudio

0 commit comments

Comments
 (0)