Disabled portable mode for the AppImage (#378).

This commit is contained in:
Fabio Cavallo 2024-03-04 08:55:58 +01:00
parent 49586cd33c
commit 1395af9e50
No known key found for this signature in database
GPG key ID: 35BA493A350CD00E
2 changed files with 4 additions and 1 deletions

View file

@ -187,7 +187,7 @@ jobs:
fail-fast: false
matrix:
config:
- { os: ubuntu-20.04, cc: "gcc", cxx: "g++", env: x86_64, opts: "-DENABLE_RELEASE:BOOL=ON -DENABLE_FFMPEG:BOOL=ON -DENABLE_OPENGL_CG:BOOL=ON" }
- { os: ubuntu-20.04, cc: "gcc", cxx: "g++", env: x86_64, opts: "-DENABLE_RELEASE:BOOL=ON -DENABLE_FFMPEG:BOOL=ON -DENABLE_OPENGL_CG:BOOL=ON -DDISABLE_PORTABLE_MODE:BOOL=ON" }
steps:
- name: 'Checkout'

View file

@ -1,4 +1,7 @@
Changelog:
0.112
- Disabled portable mode for the AppImage (#378).
0.111
- Rewritten mappers : All.
- Rewritten WRAM, VRAM, PRGROM, CHROM and Nametebles management.