Changeset 542 for tags


Ignore:
Timestamp:
Apr 16, 2024, 1:05:26 PM (2 weeks ago)
Author:
chronos
Message:
  • Added: deb package for version 1.3.2.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/1.3.2/Install/snap/snapcraft.yaml

    r541 r542  
    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.