Skip to content

Commit

Permalink
Some fixes before publishing the release
Browse files Browse the repository at this point in the history
  • Loading branch information
Walkman100 committed Jul 2, 2015
1 parent 560283e commit 19e1968
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

For more information, please refer to <http://unlicense.org>

4 changes: 2 additions & 2 deletions NSIS Installer for PropertiesDotNet.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ Section "Quick Launch Shortcut"
CreateShortCut "$QUICKLAUNCH\PropertiesDotNet.lnk" "$INSTDIR\PropertiesDotNet.exe" "" "$INSTDIR\PropertiesDotNet.exe" "" "" "" "PropertiesDotNet"
SectionEnd

Section "Add DirectoryImage to context menu"
Section "Add PropertiesDotNet to context menu"
WriteRegStr HKCR "*\shell\PropertiesDotNet" "" "Properties..."
WriteRegStr HKCR "*\shell\PropertiesDotNet" "Icon" "$INSTDIR\PropertiesDotNet.exe"
WriteRegStr HKCR "*\shell\PropertiesDotNet\command" "" "$INSTDIR\PropertiesDotNet.exe$\" $\"%1$\""
WriteRegStr HKCR "*\shell\PropertiesDotNet\command" "" "$\"$INSTDIR\PropertiesDotNet.exe$\" $\"%1$\""
SectionEnd

; Functions
Expand Down

0 comments on commit 19e1968

Please sign in to comment.