mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-13 09:20:31 -07:00
Merge branch 'bugfix/windows-installer-fix'
This commit is contained in:
parent
c64c5da64e
commit
12fc43ace0
2 changed files with 4 additions and 5 deletions
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
|
|
@ -52,7 +52,7 @@ jobs:
|
||||||
echo "ARTIFACT_SUFFIX=release-signed" >> $GITHUB_ENV
|
echo "ARTIFACT_SUFFIX=release-signed" >> $GITHUB_ENV
|
||||||
echo "AAB_PATH=productionRelease" >> $GITHUB_ENV
|
echo "AAB_PATH=productionRelease" >> $GITHUB_ENV
|
||||||
else
|
else
|
||||||
echo "BUILD_MODE=profile" >> $GITHUB_ENV
|
echo "BUILD_MODE=profile" >> $GITHUB_ENV
|
||||||
echo "ARTIFACT_SUFFIX=production" >> $GITHUB_ENV
|
echo "ARTIFACT_SUFFIX=production" >> $GITHUB_ENV
|
||||||
echo "AAB_PATH=productionProfile" >> $GITHUB_ENV
|
echo "AAB_PATH=productionProfile" >> $GITHUB_ENV
|
||||||
fi
|
fi
|
||||||
|
|
@ -128,7 +128,7 @@ jobs:
|
||||||
cache: true
|
cache: true
|
||||||
cache-key: "flutter-:os:-:channel:-:version:-:arch:-:hash:" # optional, change this to force refresh cache
|
cache-key: "flutter-:os:-:channel:-:version:-:arch:-:hash:" # optional, change this to force refresh cache
|
||||||
cache-path: "${{ runner.tool_cache }}/flutter/:channel:-:version:-:arch:" # optional, change this to specify the cache path
|
cache-path: "${{ runner.tool_cache }}/flutter/:channel:-:version:-:arch:" # optional, change this to specify the cache path
|
||||||
|
|
||||||
- name: Get dependencies
|
- name: Get dependencies
|
||||||
run: flutter pub get
|
run: flutter pub get
|
||||||
|
|
||||||
|
|
@ -385,7 +385,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: fladder-windows-installer
|
name: fladder-windows-installer
|
||||||
path: fladder-windows-installer
|
path: fladder-windows-installer
|
||||||
|
|
||||||
- name: Rename Windows installer
|
- name: Rename Windows installer
|
||||||
run: |
|
run: |
|
||||||
cd fladder-windows-installer
|
cd fladder-windows-installer
|
||||||
|
|
@ -460,4 +460,3 @@ jobs:
|
||||||
Fladder-Web-${{needs.fetch-info.outputs.version_name}}.zip
|
Fladder-Web-${{needs.fetch-info.outputs.version_name}}.zip
|
||||||
Fladder-Linux-${{needs.fetch-info.outputs.version_name}}.zip
|
Fladder-Linux-${{needs.fetch-info.outputs.version_name}}.zip
|
||||||
Fladder-Linux-${{needs.fetch-info.outputs.version_name}}.flatpak
|
Fladder-Linux-${{needs.fetch-info.outputs.version_name}}.flatpak
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -132,7 +132,7 @@ begin
|
||||||
case CurUninstallStep of
|
case CurUninstallStep of
|
||||||
usUninstall:
|
usUninstall:
|
||||||
begin
|
begin
|
||||||
if MsgBox("Would you like to delete the application's data? This action cannot be undone. Synced files will remain unaffected.", mbConfirmation, MB_YESNO) = IDYES then
|
if MsgBox('Would you like to delete the application''s data? This action cannot be undone. Synced files will remain unaffected.', mbConfirmation, MB_YESNO) = IDYES then
|
||||||
begin
|
begin
|
||||||
if DelTree(ExpandConstant('{localappdata}\DonutWare'), True, True, True) = False then
|
if DelTree(ExpandConstant('{localappdata}\DonutWare'), True, True, True) = False then
|
||||||
begin
|
begin
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue