Changeset 81 for trunk/Install
- Timestamp:
- Aug 19, 2021, 3:33:52 PM (3 years ago)
- Location:
- trunk/Install
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Install/deb/debian/changelog
r39 r81 1 bigmetro (1. 0.0-0) precise; urgency=low1 bigmetro (1.3.0-0) precise; urgency=low 2 2 3 * Original version 1. 0.0 packaged with lazdebian3 * Original version 1.3.0 packaged with lazdebian 4 4 5 5 -- Chronos <robie@centrum.cz> Sun, 17 Dec 2016 00:51:08 +0100 -
trunk/Install/deb/debian/control
r71 r81 3 3 Section: utils 4 4 Priority: optional 5 Standards-Version: 1. 2.05 Standards-Version: 1.3.0 6 6 Build-Depends: fpc, lazarus, lcl, lcl-utils, debhelper (>= 8) 7 7 -
trunk/Install/deb/debian/rules
r44 r81 20 20 install -d -m 755 $(ROOT)/usr/share/pixmaps 21 21 install -m 644 Images/64x64/BigMetro.png $(ROOT)/usr/share/pixmaps 22 install -d -m 755 $(ROOT)/usr/share/BigMetro/languages 23 install -m 755 Languages/BigMetro.po $(ROOT)/usr/share/BigMetro/languages 24 install -m 755 Languages/BigMetro.cs.po $(ROOT)/usr/share/BigMetro/languages 22 25 23 26 %: -
trunk/Install/snap/snapcraft.yaml
r79 r81 1 1 name: big-metro 2 2 title: Big Metro 3 version: '1. 2.0'3 version: '1.3.0' 4 4 summary: Enjoyable real-time metro building game. 5 5 description: | -
trunk/Install/win/BigMetro.iss
r71 r81 4 4 #define MyAppName "BigMetro" 5 5 #define MyAppNameShort "BigMetro" 6 #define MyAppVersion "1. 2.0"6 #define MyAppVersion "1.3.0" 7 7 #define MyAppPublisher "Chronosoft" 8 8 #define MyAppPublisherShort "Chronosoft"
Note:
See TracChangeset
for help on using the changeset viewer.