mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-30 02:31:44 +00:00
Fixing the frcsim installer script
URL for simulation zip changed as of gerrit 1264 script argument name changed from INSTALLER to INSTALL fixed jar and logo paths for sim_ds to use the script, it's now simply: ./frcsim-installer.sh INSTALL You can optionally supply a promotion status from which to install, such as ./frcsim-installer.sh INSTALL beta ./frcsim-installer.sh INSTALL development Also added some information to the README Also allow any type of file install-resources since it may contain libraries and jars Change-Id: Ie876a05c88d3d48b8592f1800959988ae66edd04
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
Name=Sim DS
|
||||
Keywords=frcsim,driverstation
|
||||
Exec=/usr/bin/sim_ds
|
||||
Icon=~/wpilib/simulation/sim_ds_logo.png
|
||||
Icon=/usr/share/icons/sim_ds/sim_ds_logo.png
|
||||
Type=Application
|
||||
StartupNotify=true
|
||||
Terminal=false
|
||||
|
||||
Reference in New Issue
Block a user