- Timestamp:
 - Apr 16, 2024, 1:05:26 PM (19 months ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  tags/1.3.2/Install/snap/snapcraft.yaml (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
tags/1.3.2/Install/snap/snapcraft.yaml
r541 r542 12 12 * High DPI support 13 13 * Many other small improvements 14 confinement: devmode14 confinement: strict 15 15 base: core22 16 16 grade: stable … … 70 70 override-build: | 71 71 snapcraftctl build 72 (cd AI/StdAI &&lazbuild --build-mode= DebugStdAI.lpi)72 (cd AI/StdAI &&lazbuild --build-mode=Release StdAI.lpi) 73 73 mv AI/StdAI/libstdai.so AI/StdAI/libstdai-amd64.so 74 lazbuild --build-mode= DebugIntegrated.lpi74 lazbuild --build-mode=Release Integrated.lpi 75 75 install -d -m 755 $SNAPCRAFT_PART_INSTALL/usr/share/c-evo 76 76 install -s -m 755 c-evo $SNAPCRAFT_PART_INSTALL/usr/share/c-evo  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  