Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit 7dce123

Browse files
committed
Update installer script
1 parent 6aaaed4 commit 7dce123

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ jobs:
3939
- name: Build Installer (NSIS)
4040
uses: joncloud/makensis-action@v1
4141
with:
42-
script-file: .\bin\Release\SPEdit.nsi
43-
include-custom-plugins-path: .\bin\Release\nsis-plugins
42+
script-file: .\bin\Release\SPEdit.nsi
4443

4544
# Compress Portable Version
4645
- name: Compress Portable Version

Deploy/SPEdit.nsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
!include "MUI2.nsh"
22
!include "DotNetChecker.nsh"
33
!include "FileAssociation.nsh"
4+
!addplugindir .\nsis-plugins
45

56
Name "SPEdit"
67
OutFile "SPEdit.Installer.exe"

0 commit comments

Comments
 (0)