mirror of
https://github.com/PhoenixPE/PhoenixPE.git
synced 2025-09-17 02:28:09 +02:00
Fixed a regression with Start menu shortcut creation
This commit is contained in:
@@ -32,8 +32,8 @@
|
||||
Title=PhoenixPE API
|
||||
Author=Homes32
|
||||
Description=PhoenixPE scripting support library.
|
||||
Version=1.9.1.0
|
||||
Date=2024-01-02
|
||||
Version=1.9.2.0
|
||||
Date=2024-01-07
|
||||
Level=0
|
||||
Selected=None
|
||||
|
||||
@@ -316,7 +316,7 @@ Else,If,Not,%Folder%,Equal,"",Set,%Folder%,"\%Folder%"
|
||||
|
||||
// Type
|
||||
If,%Type%,Equal,"Desktop",Set,%Cmd-Type%,"@DesktopCommonDir"
|
||||
Else,If,%Type%,Equal,"StartMenu",Set,%Cmd-Type%,"@StartMenuCommonDir\Programs"
|
||||
Else,If,%Type%,Equal,"StartMenu",Set,%Cmd-Type%,"@StartMenuCommonDir & #$q\Programs#$q"
|
||||
Else,If,%Type%,Equal,"QuickLaunch",Set,%Cmd-Type%,"#$q#$pUSERPROFILE#$p\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch#$q"
|
||||
Else,Halt,"AddShortcut Syntax Error: Shortcut type [%Type%] is not supported."
|
||||
|
||||
|
Reference in New Issue
Block a user