Changeset 553


Ignore:
Timestamp:
Apr 24, 2024, 10:58:21 AM (12 days ago)
Author:
chronos
Message:
  • Modified: Updated snap package configuration.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Install/snap/snapcraft.yaml

    r541 r553  
    1212  * High DPI support
    1313  * Many other small improvements
    14 confinement: devmode
     14confinement: strict
    1515base: core22
    1616grade: stable
     
    7070    override-build: |
    7171      snapcraftctl build
    72       (cd AI/StdAI &&lazbuild --build-mode=Debug StdAI.lpi)
     72      (cd AI/StdAI &&lazbuild --build-mode=Release StdAI.lpi)
    7373      mv AI/StdAI/libstdai.so AI/StdAI/libstdai-amd64.so
    74       lazbuild --build-mode=Debug Integrated.lpi
     74      lazbuild --build-mode=Release Integrated.lpi
    7575      install -d -m 755 $SNAPCRAFT_PART_INSTALL/usr/share/c-evo
    7676      install -s -m 755 c-evo $SNAPCRAFT_PART_INSTALL/usr/share/c-evo
Note: See TracChangeset for help on using the changeset viewer.