vappman 2.1.3__py3-none-any.whl → 2.1.4__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- vappman/Prerequisites.py +2 -1
- vappman/VappmanListCache.py +2 -0
- {vappman-2.1.3.dist-info → vappman-2.1.4.dist-info}/METADATA +1 -1
- {vappman-2.1.3.dist-info → vappman-2.1.4.dist-info}/RECORD +7 -7
- {vappman-2.1.3.dist-info → vappman-2.1.4.dist-info}/WHEEL +0 -0
- {vappman-2.1.3.dist-info → vappman-2.1.4.dist-info}/entry_points.txt +0 -0
- {vappman-2.1.3.dist-info → vappman-2.1.4.dist-info}/licenses/LICENSE +0 -0
vappman/Prerequisites.py
CHANGED
|
@@ -250,7 +250,8 @@ class Prerequisites:
|
|
|
250
250
|
|
|
251
251
|
# After successful installation, exit so user can restart vappman
|
|
252
252
|
print('\n✅ Installation complete!')
|
|
253
|
-
print('\
|
|
253
|
+
print('\n⚠️ Run "appman -h" or "am -h" and answer setup questions.')
|
|
254
|
+
print('\n⚠️ ONLY after init, restart vappman to begin using it.')
|
|
254
255
|
sys.exit(0)
|
|
255
256
|
|
|
256
257
|
if optional_install_failed:
|
vappman/VappmanListCache.py
CHANGED
|
@@ -198,7 +198,9 @@ class AppCacheManager:
|
|
|
198
198
|
if not os.path.exists(self.list_file):
|
|
199
199
|
# print("[Cache] No file found. Fetching initial list...")
|
|
200
200
|
self.refresh_background()
|
|
201
|
+
print('Fetching initial app list [IF STUCK, press ENTER several times]...')
|
|
201
202
|
while self.runner.is_running(): time.sleep(0.1)
|
|
203
|
+
print('... got initial app list ... continuing up ...')
|
|
202
204
|
self._parse_now()
|
|
203
205
|
else:
|
|
204
206
|
self._parse_now()
|
|
@@ -3,12 +3,12 @@ vappman/AppmanLauncher.py,sha256=T3RXi3CpsdoSmVMMlkkuLHnQpUT2IcjRU0V3Lw6hA6Y,877
|
|
|
3
3
|
vappman/AppmanVars.py,sha256=5Gsdm9dNHeJpaF4mgkpbIZtWQP_sOuuRCs3cSGYpX20,3731
|
|
4
4
|
vappman/CommandRunner.py,sha256=-fF2dH58SODBRXannU8EhKDa8LLP-9_25Tyo8IDSXAQ,1264
|
|
5
5
|
vappman/PersistentState.py,sha256=65aOCaW5pbHdFFQtBYZB0TwQAvHgMFzwDLkPXRQxoGw,3275
|
|
6
|
-
vappman/Prerequisites.py,sha256=
|
|
7
|
-
vappman/VappmanListCache.py,sha256=
|
|
6
|
+
vappman/Prerequisites.py,sha256=3jm1KDVI2dsIf7NDch7ZiI6LPvQ7_qPbOGYROqbrQ9s,10281
|
|
7
|
+
vappman/VappmanListCache.py,sha256=QEWzIJsDT2_0kP53_s1hE3GoAIqpug65oCRJjbsV6I4,10008
|
|
8
8
|
vappman/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
9
9
|
vappman/main.py,sha256=uPXFHANLc2po8JgPDM_E9VHi--llDAh5GnaI1WhV3Y8,32232
|
|
10
|
-
vappman-2.1.
|
|
11
|
-
vappman-2.1.
|
|
12
|
-
vappman-2.1.
|
|
13
|
-
vappman-2.1.
|
|
14
|
-
vappman-2.1.
|
|
10
|
+
vappman-2.1.4.dist-info/entry_points.txt,sha256=c9NHAQ8xJLkwtSWlw_nGNlAPCMODp_qGj4wlaHvbVUM,45
|
|
11
|
+
vappman-2.1.4.dist-info/licenses/LICENSE,sha256=qB9OdnyyF6WYHiEIXVm0rOSdcf8e2ctorrtWs6CC5lU,1062
|
|
12
|
+
vappman-2.1.4.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
|
|
13
|
+
vappman-2.1.4.dist-info/METADATA,sha256=6ks4RZdTJL8qdrMuI7l35n8DUN1Ym3BaLcDgpacl50o,12378
|
|
14
|
+
vappman-2.1.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|