Ignore:
Timestamp:
Aug 4, 2021, 5:27:54 PM (3 years ago)
Author:
chronos
Message:
  • Fixed: Use clear background color under score text instead of solid.
  • Fixed: Missing snap package x11 plug.
  • Fixed: Snap package was not able to use language files.
  • Modified: Build snap using lxd instead of multipass.
File:
1 edited

Legend:

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

    r82 r84  
    5353      ROOT=/root/parts/2048x/install
    5454      install -d -m 755 $ROOT/usr/bin
    55       install -s -m 755 Game2048 $ROOT/usr/bin/2048
     55      install -s -m 755 Game2048 $ROOT/usr/bin/Game2048
    5656      install -d -m 755 $ROOT/usr/share/Game2048/languages
    5757      install -m 755 Languages/Game2048.po $ROOT/usr/share/Game2048/languages
     
    103103apps:
    104104  2048x:
    105     command: usr/bin/2048
     105    command: usr/bin/Game2048
    106106    desktop: usr/share/applications/2048.desktop   
    107107    plugs:
    108108      - desktop
     109      - x11
     110
     111layout:
     112  /usr/share/Game2048:
     113    bind: $SNAP/usr/share/Game2048
Note: See TracChangeset for help on using the changeset viewer.