Changed Installer script so Installer requires admin privelages on Windows
This commit is contained in:
parent
388140ce2a
commit
74736f0275
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ jobs:
|
||||||
--description "Official Installer for Spitfire Browser" \
|
--description "Official Installer for Spitfire Browser" \
|
||||||
--official "https://spitfirebrowser.xyz" \
|
--official "https://spitfirebrowser.xyz" \
|
||||||
--dev "https://weforge.xyz" \
|
--dev "https://weforge.xyz" \
|
||||||
--requireAdmin=false
|
--requireAdmin=true
|
||||||
# Copy generated files (app.manifest and app.rc) to the workspace root.
|
# Copy generated files (app.manifest and app.rc) to the workspace root.
|
||||||
cp app.manifest ../
|
cp app.manifest ../
|
||||||
cp app.rc ../
|
cp app.rc ../
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue