Skip to content

Commit 374623f

Browse files
committed
Add Linux desktop files
1 parent 731f38d commit 374623f

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[Desktop Entry]
2+
Version=1.0
3+
Type=Application
4+
Name=Nand2Tetris CPU Emulator
5+
Exec=/bin/bash -c 'cd `dirname %k` && ./CPUEmulator.sh %f'
6+
Categories=Development;IDE;
7+
Terminal=false
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[Desktop Entry]
2+
Version=1.0
3+
Type=Application
4+
Name=Nand2Tetris Hardware Simulator
5+
Exec=/bin/bash -c 'cd `dirname %k` && ./HardwareSimulator.sh %f'
6+
Categories=Development;IDE;
7+
Terminal=false
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[Desktop Entry]
2+
Version=1.0
3+
Type=Application
4+
Name=Nand2Tetris VM Emulator
5+
Exec=/bin/bash -c 'cd `dirname %k` && ./VMEmulator.sh %f'
6+
Categories=Development;IDE;
7+
Terminal=false

0 commit comments

Comments
 (0)