Hi Craig,
I did the following:
I started an older version of the game I already had installed (sorry, I can't remember which version) - which prompted me there was an update to download - which I chose yes to. This started the download using epiphany (which is not my default web browser - but C'est la vie)
Once the download completed, I did the following:
Made a Temporary extraction directory
$ mkdir ~/Downloads/TelepathTactics
Unzipped the .air archive into that directory
$ unzip ~/Downloads/Telepath\ Tactics.air -d ~/Downloads/TelepathTactics/
Removed the old game files (probably should have backed this up.. but aww well)
$ rm -rf /opt/airapps/Telepath\ Tactics/*
Move the extracted contents of the .air archive to my airapps directory
$ mv ~/Downloads/TelepathTactics/* /opt/airapps/Telepath\ Tactics/
So it would appear that the incorrectly capitalized file directories come from the .air archive I downloaded (sorry, I can't find a way to see what the URI was in the web browser's history)
Hope this helps
I did the following:
I started an older version of the game I already had installed (sorry, I can't remember which version) - which prompted me there was an update to download - which I chose yes to. This started the download using epiphany (which is not my default web browser - but C'est la vie)
Once the download completed, I did the following:
Made a Temporary extraction directory
$ mkdir ~/Downloads/TelepathTactics
Unzipped the .air archive into that directory
$ unzip ~/Downloads/Telepath\ Tactics.air -d ~/Downloads/TelepathTactics/
Removed the old game files (probably should have backed this up.. but aww well)
$ rm -rf /opt/airapps/Telepath\ Tactics/*
Move the extracted contents of the .air archive to my airapps directory
$ mv ~/Downloads/TelepathTactics/* /opt/airapps/Telepath\ Tactics/
So it would appear that the incorrectly capitalized file directories come from the .air archive I downloaded (sorry, I can't find a way to see what the URI was in the web browser's history)
Hope this helps